IDimAttributeHierarchiesInstance

Assembly: Dimensions;

Description

The IDimAttributeHierarchiesInstance interface is used to work with data of attribute alternative hierarchy collection.

Inheritance Hierarchy

IDimHierarchiesInstance

IDimAttributeHierarchiesInstance

Comments

Alternative hierarchies enable the user to create different view options for a single dictionary. Other repository dictionaries and attributes can be used as alternative hierarchies.

Properties

  Property name Brief description
HierarchyItem The HierarchyItem property returns data of attribute alternative hierarchy.

Properties inherited from IDimHierarchiesInstance

  Property name Brief description
Count The Count property returns the number of hierarchies in a collection.
DefaultHierarchy The DefaultHierarchy property determines a default alternative hierarchy to be used on opening a dictionary.
Hierarchies The Hierarchies property returns object to work with collection of dictionary alternative hierarchies.
Item The Item property returns data of alternative hierarchy from the collection based on its index.

Methods

  Method name Brief description
FindByAttributeLevel The FindByAttributeLevel method searches data of attribute alternative hierarchy by its level.

Methods inherited from IDimHierarchiesInstance

  Method name Brief description
FindByKey The FindByKey method searches for an alternative hierarchy data in the collection by hierarchy key.

See also:

Dimensions Assembly Interfaces