IMetaMemberLeaf

Assembly: Rds;

Namespace: Prognoz.Platform.Interop.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 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 inherited from IMetaMember

  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