Method | Description | |
---|---|---|
GenericDesignDocument ( ) : System | ||
GenericDesignDocument ( string name, ICouchDatabase db ) : System | ||
ReadJson ( Newtonsoft.Json.Linq.JObject obj ) : void | ||
WriteJson ( Newtonsoft writer ) : void |
Method | Description | |
---|---|---|
writeList ( IList |
public GenericDesignDocument ( string name, ICouchDatabase db ) : System | ||
name | string | |
db | ICouchDatabase | |
return | System |
public ReadJson ( Newtonsoft.Json.Linq.JObject obj ) : void | ||
obj | Newtonsoft.Json.Linq.JObject | |
return | void |
public WriteJson ( Newtonsoft writer ) : void | ||
writer | Newtonsoft | |
return | void |