IMetaMemberLeaf

Assembly: Rds;

Description

The IMetaMemberLeaf interface contains properties and methods used to work with a leaf element of hierarchy.

Inheritance hierarchy

          IMetaHierarchyPosition

          IMetaMember

          IMetaMemberLeaf

Comments

The IMetaMember.IsLeaf property returns whether the element is a leaf one. To get parameters of a leaf element in hierarchy, cast the object of the IMetaMember interface to the IMetaMemberLeaf interface.

Properties

  Property name Brief description
The CompoundIdentity property determines unique compound key of an element.
The CompoundKey property returns compound key of an element.
The Identity property returns a numeric identifier of a dictionary element that corresponds to hierarchy element.
The IsEmpty property determines whether an emptiness indicator is set for an element.
The Key property returns element key.

Properties inherited from IMetaMember

  Property name Brief description
The Attributes property returns attributes set of a hierarchy element.
The Children property returns children attributes of a hierarchy element.
The CountTotal property returns the number of elements in a hierarchy of the given element.
The Element property returns number of hierarchy element.
The Id property returns an element identifier.
The IsLeaf property returns whether the given element is a leaf one.
The Name property returns an element name.
The Path property returns an element path.
The PathName property returns an element path as a name.
The Tuple property returns set of attribute values.

Properties inherited from IMetaHierarchyPosition

  Property name Brief description
The Hierarchy property returns dictionary hierarchy.
The Level property returns the level, to which position of hierarchy belongs.
The LevelIndex property returns index of the level, to which position of hierarchy belongs.
The Offset property returns the number of levels from a hierarchy node to a current position.
The Parent property returns object-owner of a hierarchy position.

Methods inherited from IMetaMember

  Property name Brief description
The Clone method creates a copy of a hierarchy element.
The DecCountTotal method decreases hierarchy by a specified number of elements.
The SetConditions method sets conditions of element existence in hierarchy.

Methods inherited from IMetaHierarchyPosition

  Property name Brief description
The GetPathTo property returns a path of a position by index.

See also:

Rds Assembly Interfaces