MeasureSorting Class |
Namespace: Dundas.BI.Data.Metadata
The MeasureSorting type exposes the following members.
Name | Description | |
---|---|---|
![]() | Directions |
Gets the measure sorting definitions for all the hierarchy levels for which rules have been set.
|
![]() | IsDefined |
Gets a value indicating whether sorting is defined.
|
![]() | Item[String] |
Gets the SortDirection defined for the specified hierarchy level.
|
![]() | Item[IHierarchyLevel] |
Gets the SortDirection defined for the specified hierarchy level.
|
![]() | OppositeAxisMembers |
Gets the opposite axis members, when setting measure sorting for a metric set with both column and row hierarchies.
|
Name | Description | |
---|---|---|
![]() | CancelLevelSorting |
Cancels the sorting policy for the specified hierarchy level.
|
![]() | CancelSorting |
Cancels all sorting.
|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) |
![]() | Equals(MeasureSorting) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode().) |
![]() | SortByHierarchy(SortDirection, IHierarchy) |
Sorts the measure values for all the levels of the specified hierarchy.
|
![]() | SortByHierarchy(SortDirection, IHierarchyLevel) |
Sorts the measure values for the specified hierarchy level.
|
![]() | SortByHierarchy(SortDirection, String) |
Sorts the measure values for the specified hierarchy level.
|
![]() | SortByHierarchy(Boolean, SortDirection, IHierarchyLevel) |
Sorts the measure values for the specified hierarchy level.
|
![]() | SortByHierarchy(Boolean, SortDirection, String) |
Sorts the measure values for the specified hierarchy level.
|
![]() | SortByHierarchy(SortDirection, IHierarchy, IList<MemberValue>) |
Sorts the measure values for all the levels of the specified hierarchy.
|
![]() | SortByHierarchy(SortDirection, IHierarchyLevel, IList<MemberValue>) |
Sorts the measure values for the specified hierarchy level.
|
![]() | SortByHierarchy(SortDirection, String, IList<MemberValue>) |
Sorts the measure values for the specified hierarchy level.
|
![]() | SortByHierarchy(Boolean, SortDirection, IHierarchyLevel, IList<MemberValue>) |
Sorts the measure values for the specified hierarchy level.
|
![]() | SortByHierarchy(Boolean, SortDirection, String, IList<MemberValue>) |
Sorts the measure values for the specified hierarchy level.
|