Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Document Class
Document Constructor
Document Constructor
Document Constructor (IDictionary(String, Object))
Document Constructor (String)
Document Constructor (String, IDictionary(String, Object))
Document Constructor (IDictionary
String, Object
)
Creates a document with the given properties
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
Copy
public
Document
(
IDictionary
<
string
,
Object
>
dictionary
)
Parameters
dictionary
Type:
System.Collections.Generic
IDictionary
String
,
Object
The properties of the document
See Also
Reference
Document Class
Document Overload
Couchbase.Lite Namespace