HierarchyUsageSortingOverrideLevelSorting Method (IHierarchyLevel, HierarchyMemberPropertyCategory, 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,
	HierarchyMemberPropertyCategory category,
	SortDirection direction
)

Parameters

level
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy level.
category
Type: Dundas.BI.Data.MetadataHierarchyMemberPropertyCategory
The category.
direction
Type: Dundas.BISortDirection
The direction.

Return Value

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