C# 클래스 Breeze.ContextProvider.JsonPropertyFixupWriter

상속: Newtonsoft.Json.JsonTextWriter
파일 보기 프로젝트 열기: Breeze/breeze.server.net 1 사용 예제들

공개 메소드들

메소드 설명
JsonPropertyFixupWriter ( TextWriter textWriter ) : Newtonsoft.Json
WritePropertyName ( string name ) : void
WriteValue ( string value ) : void

비공개 메소드들

메소드 설명
ToCamelCase ( string s ) : string

메소드 상세

JsonPropertyFixupWriter() 공개 메소드

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

WritePropertyName() 공개 메소드

public WritePropertyName ( string name ) : void
name string
리턴 void

WriteValue() 공개 메소드

public WriteValue ( string value ) : void
value string
리턴 void