메소드 | 설명 | |
---|---|---|
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 ( |
public CouchJsonDocument ( Newtonsoft.Json.Linq.JObject doc ) : Newtonsoft.Json | ||
doc | Newtonsoft.Json.Linq.JObject | |
리턴 | Newtonsoft.Json |
public CouchJsonDocument ( string json ) : Newtonsoft.Json | ||
json | string | |
리턴 | Newtonsoft.Json |
public CouchJsonDocument ( string json, string id ) : Newtonsoft.Json | ||
json | string | |
id | string | |
리턴 | Newtonsoft.Json |
public CouchJsonDocument ( string json, string id, string rev ) : Newtonsoft.Json | ||
json | string | |
id | string | |
rev | string | |
리턴 | Newtonsoft.Json |
public ReadJson ( Newtonsoft.Json.Linq.JObject obj ) : void | ||
obj | Newtonsoft.Json.Linq.JObject | |
리턴 | void |
public WriteJson ( |
||
writer | ||
리턴 | void |