C# Class JsonFx.JsonRpc.JsonServiceAttribute

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

Méthodes publiques

Méthode Description
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.

Method Details

GetNamespace() public static méthode

Gets the namespace for use in JSON service proxy.
public static GetNamespace ( object value ) : string
value object
Résultat string

IsJsonService() public static méthode

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

JsonServiceAttribute() public méthode

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