HierarchyUsageSorting Class

Class used to store hierarchy sorting information for a metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsHierarchyUsageSorting

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class HierarchyUsageSorting

The HierarchyUsageSorting type exposes the following members.

Properties
  NameDescription
Public propertyLevelsSorting
Gets the associated hierarchy levels sorting behavior.
Top
Methods
  NameDescription
Public methodOverrideLevelSorting(IHierarchyLevel, HierarchyMemberPropertyCategory, SortDirection)
Defines the level sorting for the specified level.
Public methodOverrideLevelSorting(IHierarchyLevel, String, SortDirection)
Defines the level sorting for the specified level.
Public methodResetLevelSorting
Resets the level rule to its default.
Top
See Also