DataContractMismatchIdentifier Class
Identifies mismatches and differences between data contracts.
Namespace
DbSyncKit.Core.Helper
Base Types
  • object
graph BT Type-->Base0["object"] Type["DataContractMismatchIdentifier"] class Type type-node

Syntax

public class DataContractMismatchIdentifier

Methods

Name Return Value Summary
DetermineChangeType<T>(Result<T>, bool) ChangeType
Determines the overall change type based on the presence of added, edited, and deleted entities in the synchronization .
GetDifferences<T>(HashSet<T>, HashSet<T>, PropertyEqualityComparer<T>, PropertyEqualityComparer<T>, bool) Result<T>
Compares two sets of data entities and identifies the added, deleted, and edited entries.