C# Class JsonFx.JsonRpc.JsonMethodAttribute

Inheritance: JsonFx.JsonRpc.JsonDocsAttribute
Show file Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Public Methods

Method Description
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.

Method Details

IsIdempotent() public static method

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

IsJsonMethod() public static method

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

JsonMethodAttribute() public method

Ctor.
public JsonMethodAttribute ( ) : System
return System

JsonMethodAttribute() public method

Ctor.
public JsonMethodAttribute ( string jsonName ) : System
jsonName string
return System