C# Class ExoWeb.ServiceResponse

Represents a response to a service request. Depending on the type of request, different values will be initialize on the instance.
Inheritance: IJsonSerializable
Mostra file Open project: vc3/ExoWeb Class Usage Examples

Public Methods

Method Description
GetModelTypeInfo ( ModelType type ) : ModelTypeInfo

Private Methods

Method Description
GetTypeJson ( string type ) : string

Gets the type json for the specified ModelType.

IJsonSerializable ( JsonReader reader ) : object
IJsonSerializable ( JsonWriter writer ) : void

Method Details

GetModelTypeInfo() public method

public GetModelTypeInfo ( ModelType type ) : ModelTypeInfo
type ModelType
return ModelTypeInfo