HierarchyUsageSortingOverrideLevelSorting Method (IHierarchyLevel, String, SortDirection)

Defines the level sorting for the specified level.

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 HierarchyLevelSorting OverrideLevelSorting(
	IHierarchyLevel level,
	string memberProperty,
	SortDirection direction
)

Parameters

level
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy level.
memberProperty
Type: SystemString
The member property to use when sorting.
direction
Type: Dundas.BISortDirection
The direction.

Return Value

Type: HierarchyLevelSorting
The level sorting information.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel is .
ArgumentOutOfRangeExceptiondirection is not valid.
ArgumentExceptionlevel does not belong to the hierarchy the rule is attached to.
See Also