Working with MDM Dictionary > PP.Rds > Classes > DItem
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 | |
![]() |
The Id property determines a repository object identifier. |
Method name | Brief description | |
![]() |
clone | The clone method creates an object copy. |
![]() |
dispose | The dispose method deletes the component. |
![]() |
getHashCode | The getHashCode method returns hash code of repository object. |
![]() |
getSettings | The getSettings method returns repository object settings. |
![]() |
getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
![]() |
isEqual | The isEqual method determines whether the specified object is equal to the current repository object. |
![]() |
isLive | The isLive method determines validity of repository object. |
![]() |
removeAllEvents | The removeAllEvents method removes all object event handlers by the specified context. |
![]() |
setSettings | The setSettings method determines repository object settings. |
![]() |
defineProps | The defineProps method creates get and set methods from name array for the specified class. |
![]() |
keys | The keys method returns array of methods and properties names for the specified object. |
See also: