Namespace: PP.Rds
DItem
The DItem class implements an MDM dictionary item.
PP.initClass(PP.Rds.DItem, PP.Object, "PP.Rds.DItem");
| Constructor name | Brief description | |
| DItem | The DItem constructor creates an instance of MDM dictionary item. |
| Property name | Brief description | |
| AttrValues | The AttrValues property determines attribute values for an MDM dictionary element. | |
| HasChild | The HasChild property determines whether an MDM dictionary element has descendants. | |
| HistoryMd | The HistoryMd property determines attributes history for an MDM dictionary element. | |
| Key | The Key property determines key of an MDM dictionary element. | |
| Level | The Level property determines level of an MDM dictionary element. | |
| LinkedData | The LinkedData property determines data linked to MDM dictionary element. | |
| Name | The Name property determines name of an MDM dictionary element. | |
| Owner | The Owner property determines an MDM dictionary that contains the element. | |
| ParentKey | The ParentKey property determines a key of the parent MDM dictionary element. | |
| Value | The Value property determines value of MDM dictionary element's attribute by its identifier. | |
| ValueTranslation | The ValueTranslation property determines translation text for value of MDM dictionary element attribute. |
| Method name | Brief description | |
| getHistory | The getHistory method returns an array of object of the PP.Rds.DItem type that are a history of values of attributes for MDM dictionary element. | |
| parseFromMd | The parseFromMd method returns MDM dictionary element settings from the specified object in metadata format. |
| Property name | Brief description | |
| Data | The Data property associates a random object with this component. | |
| Id | The Id property sets component identifier. | |
| Settings | The Settings property sets the component parameters. |
| Method name | Brief description | |
| clone | The clone method creates a copy of object. It is not implemented in PP.Ui.Control. | |
| dispose | The dispose method deletes the component. | |
| getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
See also: