C# (CSharp) Divan Namespace

Nested Namespaces

Divan.Test

Classes

Name Description
CouchBulkDocuments Only used as psuedo doc when doing bulk updates/inserts.
CouchDocument This is a base class that domain objects can inherit in order to get Id and Rev instance variables. You can also implement ICouchDocument yourself if you are not free to pick this class as your base. Some static methods to read and write CouchDB documents are also kept here. This class can also be used if you only need to retrieve id and revision from CouchDB. See sample subclasses to understand how to use this class.
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.
CouchQueryDocument This is used to hold only metadata about a document retrieved from view queries.