Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IRdsDictionaryElements interface contains properties and methods used to work with a collection of MDM dictionary elements.
IRdsDictionaryElements
MDM dictionaries support element keys in the range 0-2 billion.
Properties and methods available on working with MDM table dictionaries
| Property name | Brief description | |
| The Access property returns a security label assigned for a specified element by chosen access attribute. | ||
| The Access property returns a security label assigned for a specified element by chosen access attribute. It is used if access is distributed for more than 32 security subjects. | ||
| The Attribute property returns the name of the specified attribute for the set MDM dictionary element. | ||
| The Child property returns a key of an assigned child element for a specified element. | ||
| The Children property returns an array that contains keys of child elements for an assigned element. | ||
| The ChildrenCount property returns number of child elements for assigned element. | ||
| The Comment property is used to store custom information while module/form execution. | ||
| The Count property returns total number of elements in a tree of the MDM dictionary elements. | ||
| The Data property returns element data. | ||
| The Dependents property returns a collection of dependencies from a specified element. | ||
| The Dictionary property returns data of the MDM dictionary. | ||
| The Element property returns an element key by index. | ||
| The ElementIndex property returns element index by key. | ||
| The HasAccess property returns whether current user has access permissions. | ||
| The History property returns a history of changes of values of a specified element. | ||
| The Item property returns an element of the MDM dictionary by index. | ||
| The ItemElement property returns an element of the MDM dictionary by key. | ||
| The Name property returns the Name attribute value for the specified element. | ||
| The Parent property returns a key of a parent element for a specified element. | ||
| The Root property returns a key of a basic element of a tree of the MDM dictionary elements. | ||
| The RootItem property returns properties of a basic element of a tree of the MDM dictionary elements. | ||
| The Segment property determines a segment for the MDM dictionary element. |
| Method name | Brief description | |
| The Clear method clears all the MDM dictionary elements. | ||
| The CreateData method creates an object that contains MDM dictionary element data. | ||
| The CreateElementData method creates an object that contains data of the MDM dictionary element. | ||
| The CreateSorter method creates an object that sorts specified elements. | ||
| The Delete method deletes a specified element. | ||
| The Insert method inserts a new element. | ||
| The Move method moves two elements of the MDM dictionary. | ||
| The MoveTo method moves MDM dictionary element into a specified position. | ||
| The SetParent method changes a parent element for a specified element. | ||
| The Update method updates element data. |
See also: