Show / Hide Table of Contents

Class ConflictResolver

ConflictResolver provides access to the default conflict resolver used by the replicator.

Inheritance
System.Object
ConflictResolver
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public static class ConflictResolver

Properties

| Improve this Doc View Source

Default

Access IConflictResolver.Default to get the singleton DefaultConflictResolver object. Then call methods on that instance.

Declaration
public static IConflictResolver Default { get; }
Property Value
Type Description
IConflictResolver
  • Improve this Doc
  • View Source
Back to top Generated by DocFX