C# Class JsonFx.JsonRpc.JsonServiceAttribute

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

Public Methods

Method 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 method

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

IsJsonService() public static method

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

JsonServiceAttribute() public method

Ctor.
public JsonServiceAttribute ( ) : System
return System