C# 클래스 ExoWeb.ModelTypeInfo

Represents the set of information to serialize to the client for a load request for a specific ModelType.
Serializes as: { static : { prop1 : "", prop2 : "", ... propN : "" }, instance1 : ["v1", "v2", "...", "vN"], instance2 : ["v1", "v2", "...", "vN"], ..., instanceN : ["v1", "v2", "...", "vN"] }
상속: IJsonSerializable
파일 보기 프로젝트 열기: vc3/ExoWeb 1 사용 예제들

비공개 메소드들

메소드 설명
IJsonSerializable ( JsonReader reader ) : object
IJsonSerializable ( JsonWriter writer ) : void
ModelTypeInfo ( ) : System