C# 클래스 LoveSeat.GenericDesignDocument

상속: CouchDesignDocument
파일 보기 프로젝트 열기: kolosy/LoveSeat 1 사용 예제들

공개 메소드들

메소드 설명
GenericDesignDocument ( ) : System
GenericDesignDocument ( string name, ICouchDatabase db ) : System
ReadJson ( Newtonsoft.Json.Linq.JObject obj ) : void
WriteJson ( Newtonsoft writer ) : void

비공개 메소드들

메소드 설명
writeList ( IList list, string name, JsonWriter writer ) : void

메소드 상세

GenericDesignDocument() 공개 메소드

public GenericDesignDocument ( ) : System
리턴 System

GenericDesignDocument() 공개 메소드

public GenericDesignDocument ( string name, ICouchDatabase db ) : System
name string
db ICouchDatabase
리턴 System

ReadJson() 공개 메소드

public ReadJson ( Newtonsoft.Json.Linq.JObject obj ) : void
obj Newtonsoft.Json.Linq.JObject
리턴 void

WriteJson() 공개 메소드

public WriteJson ( Newtonsoft writer ) : void
writer Newtonsoft
리턴 void