Assembly: Rds;
The IRdsDictionaryElement interface contains properties and methods of an MDM dictionary element.
IRdsDictionaryElement
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 set by specified access attribute. | ||
The AccessAttribute property returns a security label set by specified access attribute. | ||
The AccessStr property returns a security label set by specified access attribute. It is used if access is distributed for more than 32 security subjects. | ||
The Child property returns a child element. | ||
The Children property returns a collection of child elements of this element. | ||
The ChildrenCount property returns the number of child elements in this element. | ||
The Data property returns element data. | ||
The Dependents property returns a collection of dependencies from a current element. | ||
The ElementIndex property returns an element index. | ||
The HasAccess property returns whether current user has access permissions. | ||
The History property returns a history of changes of element values. | ||
The Key property returns element key. | ||
The LevelNumber property returns element level. | ||
The Name property determines an element name. | ||
The Parent property returns properties of a parent element. | ||
The Segment property determines the MDM dictionary segment, to which this element refers. |
Property name | Brief description | |
AccessAttribute | The AccessAttribute property determines security selection by specified access attribute. | |
Attribute | The Attribute property determines element value by a specified attribute. | |
AttributeIndex | The AttributeIndex property returns attribute index by key. | |
AttributeTranslation | The AttributeTranslation property determines attribute value by its key for the specified language. | |
Count | The Count property returns number of attributes. | |
DisplayAttribute | The DisplayAttribute property returns the value that is displayed by the attribute with the specified key for the element. | |
DisplayValue | The DisplayValue property returns the value that is displayed by the attribute with the specified index for the element. | |
Elements | The Elements property returns a collection of elements of the MDM dictionary. | |
ParamsControl | The ParamsControl property returns an object that controls parameter values of a linked dictionary by changing attribute values of the current dictionary. | |
Modified | The Modified property returns whether elements data is modified by the specified attribute. | |
Record | The Record property returns data of element attributes as an object implemented by the IOrmRecord interface. | |
RecordO | The RecordO property returns element attribute data according to parameter set as an object implemented by thenbsp; IOrmRecord interface. | |
Value | The Value property determines element value by a specified attribute. | |
ValueModified | The ValueModified property returns whether element data is modified. | |
ValueTranslation | The ValueTranslation property determines attribute value by its index for the specified language. |
Method name | Brief description | |
The CreateSorter method creates an object that sorts child elements of a chosen element of the MDM dictionary. | ||
The Delete method deletes a current element. | ||
The DeleteRaw method deletes a current element in accordance with specified delete options. | ||
The InsertChild method creates a new child element for this element. | ||
The InsertChildCopy method creates a new child element for a specified element on the base of data of the other element. | ||
The Move method moves a current element with a specified element. | ||
The MoveElement method moves an element of the MDM dictionary to the position specified relative to the given element. | ||
The MoveTo method moves an element of the MDM dictionary to the position specified relatively to an element with given key. | ||
The SetParent method changes a parent element for a current element. | ||
The Update method updates element data. |
Method name | Brief description | |
SetAttributeValue | The SetAttributeValue method changes the value of a specified element attribute. |
See also: