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 ConflictResolverProperties
| Improve this Doc View SourceDefault
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 |