HierarchyLevelSorting Class |
Namespace: Dundas.BI.Data.Metadata
The HierarchyLevelSorting type exposes the following members.
| Name | Description | |
|---|---|---|
| HierarchyLevelSorting(IHierarchyLevel, HierarchyMemberPropertyCategory, SortDirection) |
Initializes a new instance of the HierarchyLevelSorting class.
| |
| HierarchyLevelSorting(IHierarchyLevel, String, SortDirection) |
Initializes a new instance of the HierarchyLevelSorting class.
|
| Name | Description | |
|---|---|---|
| BottomOverrides |
Gets the rule bottom overrides, if any.
| |
| Category |
Gets the category for the hierarchy member property used for sorting.
(Inherited from HierarchyMemberSorting.) | |
| Direction |
Gets or sets the sorting rules direction.
(Inherited from HierarchyMemberSorting.) | |
| HasBottomOverrides |
Gets a value indicating whether this instance has sorting overrides.
| |
| HasTopOverrides |
Gets a value indicating whether this instance has sorting overrides.
| |
| HierarchyLevel |
Gets the hierarchy level.
| |
| MemberProperty |
Gets the member property name used for custom sorting.
(Inherited from HierarchyMemberSorting.) | |
| TopOverrides |
Gets the rule top overrides, if any.
|
| Name | Description | |
|---|---|---|
| AddBottomOverride(String) |
Adds the specified rule bottom override.
| |
| AddBottomOverride(IHierarchyMember) |
Adds the specified rule bottom override.
| |
| AddTopOverride(String) |
Adds the specified rule top override.
| |
| AddTopOverride(IHierarchyMember) |
Adds the specified rule top override.
| |
| Clone |
Clones this instance.
| |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides HierarchyMemberSortingEquals(Object).) | |
| Equals(HierarchyLevelSorting) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(HierarchyMemberSorting) | Indicates whether the current object is equal to another object of the same type. (Inherited from HierarchyMemberSorting.) | |
| GetHashCode | Serves as the default hash function. (Overrides HierarchyMemberSortingGetHashCode.) | |
| InsertBottomOverride(Int32, IHierarchyMember) |
Inserts the rule bottom override at the specified index.
| |
| InsertBottomOverride(Int32, String) |
Inserts the rule bottom override at the specified index.
| |
| InsertTopOverride(Int32, IHierarchyMember) |
Inserts the rule top override at the specified index.
| |
| InsertTopOverride(Int32, String) |
Inserts the rule top override at the specified index.
| |
| RemoveOverride(String) |
Removes the override.
| |
| RemoveOverride(IHierarchyMember) |
Removes the override.
|