ClientHierarchyLevelSorting Constructor (String, HierarchyMemberPropertyCategory, SortDirection)

Initializes a new instance of the ClientHierarchyLevelSorting class.

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 ClientHierarchyLevelSorting(
	string level,
	HierarchyMemberPropertyCategory category,
	SortDirection direction
)

Parameters

level
Type: SystemString
The level unique name.
category
Type: Dundas.BI.Data.MetadataHierarchyMemberPropertyCategory
The member property category used for sorting.
direction
Type: Dundas.BISortDirection
The sorting direction.
See Also