C# 클래스 ExoWeb.ServiceResponse

Represents a response to a service request. Depending on the type of request, different values will be initialize on the instance.
상속: IJsonSerializable
파일 보기 프로젝트 열기: vc3/ExoWeb 1 사용 예제들

공개 메소드들

메소드 설명
GetModelTypeInfo ( ModelType type ) : ModelTypeInfo

비공개 메소드들

메소드 설명
GetTypeJson ( string type ) : string

Gets the type json for the specified ModelType.

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

메소드 상세

GetModelTypeInfo() 공개 메소드

public GetModelTypeInfo ( ModelType type ) : ModelTypeInfo
type ModelType
리턴 ModelTypeInfo