C# 클래스 JsonFx.JsonRpc.JsonServiceAttribute

상속: JsonFx.JsonRpc.JsonDocsAttribute
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1 1 사용 예제들

공개 메소드들

메소드 설명
GetNamespace ( object value ) : string

Gets the namespace for use in JSON service proxy.

IsJsonService ( object value ) : bool

Gets the name specified for use in Json serialization.

JsonServiceAttribute ( ) : System

Ctor.

메소드 상세

GetNamespace() 공개 정적인 메소드

Gets the namespace for use in JSON service proxy.
public static GetNamespace ( object value ) : string
value object
리턴 string

IsJsonService() 공개 정적인 메소드

Gets the name specified for use in Json serialization.
public static IsJsonService ( object value ) : bool
value object
리턴 bool

JsonServiceAttribute() 공개 메소드

Ctor.
public JsonServiceAttribute ( ) : System
리턴 System