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