IMetaMember

Description

The IMetaMember interface contains properties and methods used to work with a hierarchy element.

Properties

  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 number of elements in a hierarchy of the given element.
The Element property returns number of hierarchy element.
The Id property returns an identifier of an element.
The IsLeaf property returns whether given element is leaf.
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 attributes values set.

Properties inherited from IMetaHierarchyPosition

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

Methods

  Property name Brief description
The Clone method creates a copy of a hierarchy element.
The DecCountTotal method decreases hierarchy on 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