ClientHierarchyLevelSorting Class

Class used for specifying the sorting behavior for an axis hierarchy level when data is retrieved.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalClientHierarchyLevelSorting

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

The ClientHierarchyLevelSorting type exposes the following members.

Constructors
  NameDescription
Public methodClientHierarchyLevelSorting(String, HierarchyMemberPropertyCategory, SortDirection)
Initializes a new instance of the ClientHierarchyLevelSorting class.
Public methodClientHierarchyLevelSorting(String, String, SortDirection)
Initializes a new instance of the ClientHierarchyLevelSorting class.
Top
Properties
  NameDescription
Public propertyBottomOverrides
Gets the rule bottom overrides, if any.
Public propertyCategory
Gets the category for the hierarchy member property used for sorting.
Public propertyDirection
Gets or sets the sorting rules direction.
Public propertyLevelUniqueName
Gets the hierarchy level.
Public propertyMemberProperty
Gets the member property name used for sorting.
Public propertyTopOverrides
Gets the top overrides, if any.
Top
See Also