C# Class JsonFx.JsonRpc.JsonMethodAttribute

Inheritance: JsonFx.JsonRpc.JsonDocsAttribute
Afficher le fichier Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

IsJsonMethod() public static méthode

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

JsonMethodAttribute() public méthode

Ctor.
public JsonMethodAttribute ( ) : System
Résultat System

JsonMethodAttribute() public méthode

Ctor.
public JsonMethodAttribute ( string jsonName ) : System
jsonName string
Résultat System