C# 클래스 JsonFx.JsonRpc.Proxy.JsonServiceProxyGenerator

Generates a JavaScript proxy class for communicating with a JsonService.
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1 1 사용 예제들

공개 메소드들

메소드 설명
OutputProxy ( bool prettyPrint ) : string
OutputProxy ( Stream output, bool prettyPrint ) : void
OutputProxy ( TextWriter writer, bool prettyPrint ) : void

비공개 메소드들

메소드 설명
ConvertParamType ( JsonParameterType paramType ) : string
JsonServiceProxyGenerator ( JsonServiceDescription service ) : System
WriteMethod ( TextWriter writer, JsonMethodDescription method ) : void
WriteNamespaces ( TextWriter writer ) : void
WriteParameter ( TextWriter writer, JsonNamedParameterDescription param ) : void
WriteProperty ( TextWriter writer, string name, object value ) : void

메소드 상세

OutputProxy() 공개 메소드

public OutputProxy ( bool prettyPrint ) : string
prettyPrint bool
리턴 string

OutputProxy() 공개 메소드

public OutputProxy ( Stream output, bool prettyPrint ) : void
output Stream
prettyPrint bool
리턴 void

OutputProxy() 공개 메소드

public OutputProxy ( TextWriter writer, bool prettyPrint ) : void
writer System.IO.TextWriter
prettyPrint bool
리턴 void