Rds > Rds Assembly Interfaces > IMetaMember
The IMetaMember interface contains properties and methods used to work with a hierarchy element.
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. |
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. |
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. |
Property name | Brief description | |
![]() |
The GetPathTo property returns a path of a position by index. |
See also: