IRdsDictionaryElementData

Assembly: Rds;

Namespace: Prognoz.Platform.Interop.Rds;

Description

The IRdsDictionaryElementData interface contains properties of access to data of element attributes of the MDM dictionary.

Inheritance hierarchy

          IRdsDictionaryElementData

Properties

  Property name Brief description
The AccessAttribute property determines security selection by specified access attribute.
The Attribute property determines element value by a specified attribute.
The AttributeIndex property returns attribute index by key.
The AttributeTranslation property determines attribute value by its key for the specified language.
The Count property returns number of attributes.
The DisplayAttribute property returns the value that is displayed by the attribute with the specified key for the element.
The DisplayValue property returns the value that is displayed by the attribute with the specified index for the element.
The Elements property returns a collection of elements of the MDM dictionary.
The ParamsControl property returns an object that controls parameters values of a linked dictionary by changing attributes values of the current dictionary.
The Modified property returns whether elements data is modified by the specified attribute.
The Record property returns data of element attributes as an object implemented by the IOrmRecord interface.
The RecordO property returns element attributes data depending on the set parameter as an object implemented by the IOrmRecord interface.
The Value property determines element value by a specified attribute.
The ValueModified property returns whether element data is modified.
The ValueTranslation property determines attribute value by its index for the specified language.

Methods

  Method name Brief description
The SetAttributeValue method changes the value of a specified element attribute.

See also:

Rds Assembly Interfaces