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
Afficher le fichier Open project: vc3/ExoWeb Class Usage Examples

Méthodes publiques

Méthode Description
GetModelTypeInfo ( ModelType type ) : ModelTypeInfo

Private Methods

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

public GetModelTypeInfo ( ModelType type ) : ModelTypeInfo
type ModelType
Résultat ModelTypeInfo