Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
SubdocumentFactory Class
SubdocumentFactory Methods
Create Method
Create Method
Create Method (ISubdocument)
SubdocumentFactory
Create Method (ISubdocument)
Creates a new
ISubdocument
using the given instance as a model
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
public
static
ISubdocument
Create
(
ISubdocument
other
)
Parameters
other
Type:
Couchbase.Lite
ISubdocument
The
ISubdocument
to use as a model for the new one
Return Value
Type:
ISubdocument
A constructed
ISubdocument
object
See Also
Reference
SubdocumentFactory Class
Create Overload
Couchbase.Lite Namespace