C# 클래스 NetServ.Net.Json.JsonTypeSkeleton

상속: IJsonType
파일 보기 프로젝트 열기: appcelerator/entourage

공개 메소드들

메소드 설명
Write ( IJsonWriter writer ) : void

When overriden in a derived class; writes the contents of the Json type to the specified NetServ.Net.Json.IJsonWriter.

보호된 메소드들

메소드 설명
JsonTypeSkeleton ( JsonTypeCode typeCode ) : System

Initialises a new instance of the JsonTypeSkeleton class and specifies the type code.

메소드 상세

JsonTypeSkeleton() 보호된 메소드

Initialises a new instance of the JsonTypeSkeleton class and specifies the type code.
protected JsonTypeSkeleton ( JsonTypeCode typeCode ) : System
typeCode JsonTypeCode The type code.
리턴 System

Write() 공개 추상적인 메소드

When overriden in a derived class; writes the contents of the Json type to the specified NetServ.Net.Json.IJsonWriter.
public abstract Write ( IJsonWriter writer ) : void
writer IJsonWriter The Json writer.
리턴 void