C# 클래스 JsonFx.JsonRpc.JsonMethodAttribute

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

공개 메소드들

메소드 설명
IsIdempotent ( object value ) : bool

Gets the name specified for use in Json serialization.

IsJsonMethod ( object value ) : bool

Gets the name specified for use in Json serialization.

JsonMethodAttribute ( ) : System

Ctor.

JsonMethodAttribute ( string jsonName ) : System

Ctor.

메소드 상세

IsIdempotent() 공개 정적인 메소드

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

IsJsonMethod() 공개 정적인 메소드

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

JsonMethodAttribute() 공개 메소드

Ctor.
public JsonMethodAttribute ( ) : System
리턴 System

JsonMethodAttribute() 공개 메소드

Ctor.
public JsonMethodAttribute ( string jsonName ) : System
jsonName string
리턴 System