C# 클래스 Divan.CouchJsonDocument

A CouchDocument that holds its contents as a parsed JObject DOM which can be used as a "light weight" base document instead of CouchDocument. The _id and _rev are held inside the JObject.
상속: ICouchDocument
파일 보기 프로젝트 열기: kolosy/Divan 1 사용 예제들

공개 메소드들

메소드 설명
CouchJsonDocument ( ) : Newtonsoft.Json
CouchJsonDocument ( Newtonsoft.Json.Linq.JObject doc ) : Newtonsoft.Json
CouchJsonDocument ( string json ) : Newtonsoft.Json
CouchJsonDocument ( string json, string id ) : Newtonsoft.Json
CouchJsonDocument ( string json, string id, string rev ) : Newtonsoft.Json
ReadJson ( Newtonsoft.Json.Linq.JObject obj ) : void
ToString ( ) : string
WriteJson ( JsonWriter writer ) : void

메소드 상세

CouchJsonDocument() 공개 메소드

public CouchJsonDocument ( ) : Newtonsoft.Json
리턴 Newtonsoft.Json

CouchJsonDocument() 공개 메소드

public CouchJsonDocument ( Newtonsoft.Json.Linq.JObject doc ) : Newtonsoft.Json
doc Newtonsoft.Json.Linq.JObject
리턴 Newtonsoft.Json

CouchJsonDocument() 공개 메소드

public CouchJsonDocument ( string json ) : Newtonsoft.Json
json string
리턴 Newtonsoft.Json

CouchJsonDocument() 공개 메소드

public CouchJsonDocument ( string json, string id ) : Newtonsoft.Json
json string
id string
리턴 Newtonsoft.Json

CouchJsonDocument() 공개 메소드

public CouchJsonDocument ( string json, string id, string rev ) : Newtonsoft.Json
json string
id string
rev string
리턴 Newtonsoft.Json

ReadJson() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteJson() 공개 메소드

public WriteJson ( JsonWriter writer ) : void
writer Newtonsoft.Json.JsonWriter
리턴 void