Click or drag to resize

SubdocumentFactory Class

A factory class for creating ISubdocument instances
Inheritance Hierarchy
SystemObject
  Couchbase.LiteSubdocumentFactory

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public static class SubdocumentFactory
Methods
  NameDescription
Public methodStatic memberCreate
Creates a new blank ISubdocument
Public methodStatic memberCreate(ISubdocument)
Creates a new ISubdocument using the given instance as a model
Top
See Also