The IRdsMergeCallback interface contains methods that implement events that appear during synchronization of a dictionary in the MDM repository.
Method name | Brief description | |
The OnBeforeProcess method implements an event that occurs after comparing elements and before synchronization of elements that have different attributes values. | ||
The OnConflict method implements an event that occurs if attributes values of the element in a dictionary and corresponding element loaded from a file have differences. | ||
The OnConflictResolve method implements an event that occurs on synchronizing data of an element that has different attributes values in a dictionary and loaded file. | ||
The OnProgress method implements an event of total status of synchronization process of the MDM dictionary. |
See also: