HierarchySorting Class

Class used to define the sorting behavior for an IHierarchy and its levels.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataHierarchySorting

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class HierarchySorting

The HierarchySorting type exposes the following members.

Properties
  NameDescription
Public propertyHierarchy
Gets the hierarchy the current rule is attached to.
Public propertyItem
Gets the HierarchyLevelSorting for the specified level.
Public propertyLevelsSorting
Gets the defined sorting rules for the hierarchy levels.
Top
Methods
  NameDescription
Public methodDefineLevelSorting(IHierarchyLevel, HierarchyMemberPropertyCategory, SortDirection)
Defines the level sorting for the specified level.
Public methodDefineLevelSorting(IHierarchyLevel, String, SortDirection)
Defines the level sorting for the specified level.
Top
See Also