C# Class Breeze.ContextProvider.JsonPropertyFixupWriter

Inheritance: Newtonsoft.Json.JsonTextWriter
Show file Open project: Breeze/breeze.server.net Class Usage Examples

Public Methods

Method Description
JsonPropertyFixupWriter ( TextWriter textWriter ) : Newtonsoft.Json
WritePropertyName ( string name ) : void
WriteValue ( string value ) : void

Private Methods

Method Description
ToCamelCase ( string s ) : string

Method Details

JsonPropertyFixupWriter() public method

public JsonPropertyFixupWriter ( TextWriter textWriter ) : Newtonsoft.Json
textWriter System.IO.TextWriter
return Newtonsoft.Json

WritePropertyName() public method

public WritePropertyName ( string name ) : void
name string
return void

WriteValue() public method

public WriteValue ( string value ) : void
value string
return void