The IRdsParams interface contains properties and methods of a collection of MDM dictionary parameters.
Property name | Brief description | |
The Count property returns the number of MDM dictionary parameters. | ||
The CurDate property returns a system parameter of a dictionary, which assignment is Relevance Date. | ||
The Item property returns a parameter of the MDM dictionary. | ||
The Predefined property returns a system parameter of the MDM dictionary. |
Method name | Brief description | |
The Add method creates a new parameter of the MDM dictionary. | ||
The Clear method clears all the MDM dictionary parameters. | ||
The CreateValues method creates an object that controls parameters values necessary to open the dictionary. | ||
The FindByAttribute method searches a controlling parameter for a specified attribute. | ||
The FindById method searches a parameter by identifier. | ||
The FindByKey method searches a parameter by key. | ||
The Remove method removes a parameter by index. | ||
The RemoveByKey method removes a parameter by key. |
See also: