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.
| |
| ItemString |
Gets the SortDirection defined for the specified hierarchy level.
| |
| ItemIHierarchyLevel |
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 ObjectEquals(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 ObjectGetHashCode.) | |
| 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, IListMemberValue) |
Sorts the measure values for all the levels of the specified hierarchy.
| |
| SortByHierarchy(SortDirection, IHierarchyLevel, IListMemberValue) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(SortDirection, String, IListMemberValue) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(Boolean, SortDirection, IHierarchyLevel, IListMemberValue) |
Sorts the measure values for the specified hierarchy level.
| |
| SortByHierarchy(Boolean, SortDirection, String, IListMemberValue) |
Sorts the measure values for the specified hierarchy level.
|