Breeze.ContextProvider.JsonPropertyFixupWriter.JsonPropertyFixupWriter C# (CSharp) Method

JsonPropertyFixupWriter() public method

public JsonPropertyFixupWriter ( TextWriter textWriter ) : Newtonsoft.Json
textWriter System.IO.TextWriter
return Newtonsoft.Json
    public JsonPropertyFixupWriter(TextWriter textWriter)
      : base(textWriter) {
      _isDataType = false;
    }