DItem

Namespace: PP.Rds

Inheritance Hierarchy

          Object

          DItem

Description

The DItem class implements an MDM dictionary item.

Syntax

PP.initClass(PP.Rds.DItem, PP.Object, "PP.Rds.DItem");

Constructor

  Constructor name Brief description
DItem The DItem constructor creates an instance of the DItem class.

Properties

  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.

Methods

  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.

Properties inherited from the class Object

  Property name Brief description

Id

The Id property determines a repository object identifier.

Methods inherited from the class Object

  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.
getId The getId method returns repository object identifier.
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.
setId The setId method determines a repository object identifier.
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:

PP.Rds