The IRdsDictionarySet interface contains properties and methods used to work with a collection of a dictionary, which data should be synchronized.
| Property name | Brief description | |
| The Count property determines the number of dictionaries, which data should be synchronized. | ||
| The Item property returns the MDM dictionary that is in the synchronization list. |
| Method name | Brief description | |
| The Add method adds the MDM dictionary into the synchronization list. | ||
| The Clear method clears a list of dictionaries, which data should be synchronized. | ||
| The FindById method searches the MDM dictionary in the synchronization list by identifier. | ||
| The FindByKey method searches the MDM dictionary in the synchronization list by key. | ||
| The Move method moves the MDM dictionary in the synchronization list. | ||
| The Remove method removes the MDM dictionary from the synchronization list. | ||
| The RemoveByKey method removes the MDM dictionary from the synchronization list. |
See also: