Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IDocument Interface
IDocument Properties
ConflictResolver Property
Database Property
Exists Property
Id Property
IsDeleted Property
Sequence Property
IDocument
ConflictResolver Property
Gets or sets the
IConflictResolver
that should resolve conflicts for this document
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
IConflictResolver
ConflictResolver
{
get
;
set
; }
Property Value
Type:
IConflictResolver
Exceptions
Exception
Condition
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IDocument Interface
Couchbase.Lite Namespace