The IRdsCompoundDictionarySources interface contains properties and methods used to work with a collection of sources of composite MDM dictionary.
| Property name | Brief description | |
![]() |
Count | The Count property returns number of sources in this composite MDM dictionary. |
![]() |
Item | The Item property returns a data source. |
| Method name | Brief description | |
![]() |
Add | The Add method creates a data source. |
![]() |
Clear | The Clear method clears all data sources. |
![]() |
FindById | The FindById method searches a data source by its identifier in the collection. |
![]() |
FindByKey | The FindByKey method searches a source by key. |
![]() |
FindBySource | The FindBySource method searches for a data source by the MDM dictionary, on which the data source is based. |
![]() |
FindBySourceKey | The FindBySourceKey method searches for a data source by key of the MDM dictionary, on which the data source is based. |
![]() |
Remove | The Remove method removes a source by index. |
![]() |
RemoveByKey | The RemoveByKey method removes a source by key. |
See also: