The IRdsLevels interface contains properties and methods used to work with a collection of MDM dictionary levels.
| Property name | Brief description | |
| The Count property returns number of levels of the MDM dictionary. | ||
| The Item property returns a level of the MDM dictionary. |
| Method name | Brief description | |
| The Add method creates the MDM dictionary level. | ||
| The FindById method searches a level of the MDM dictionary by identifier. | ||
| The FindByKey method searches a level of the MDM dictionary by key. | ||
| The Remove method removes a level of the MDM dictionary by index. | ||
| The RemoveByKey method removes a level of the MDM dictionary by key. |
See also: