HierarchyMemberSorting Constructor (String, SortDirection)

Initializes a new instance of the HierarchyMemberSorting class.

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 HierarchyMemberSorting(
	string memberProperty,
	SortDirection direction
)

Parameters

memberProperty
Type: SystemString
The member property to be used for sorting.
direction
Type: Dundas.BISortDirection
The sorting direction.
Exceptions
ExceptionCondition
ArgumentExceptionmemberProperty is or Empty.
See Also