C# Class Breeze.ContextProvider.JsonPropertyFixupWriter

Inheritance: Newtonsoft.Json.JsonTextWriter
Afficher le fichier Open project: Breeze/breeze.server.net Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ToCamelCase ( string s ) : string

Method Details

JsonPropertyFixupWriter() public méthode

public JsonPropertyFixupWriter ( TextWriter textWriter ) : Newtonsoft.Json
textWriter System.IO.TextWriter
Résultat Newtonsoft.Json

WritePropertyName() public méthode

public WritePropertyName ( string name ) : void
name string
Résultat void

WriteValue() public méthode

public WriteValue ( string value ) : void
value string
Résultat void