HierarchyLevelSorting Methods

The HierarchyLevelSorting type exposes the following members.

Methods
  NameDescription
Public methodAddBottomOverride(String)
Adds the specified rule bottom override.
Public methodAddBottomOverride(IHierarchyMember)
Adds the specified rule bottom override.
Public methodAddTopOverride(String)
Adds the specified rule top override.
Public methodAddTopOverride(IHierarchyMember)
Adds the specified rule top override.
Public methodClone
Clones this instance.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides HierarchyMemberSortingEquals(Object).)
Public methodEquals(HierarchyLevelSorting)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(HierarchyMemberSorting)
Indicates whether the current object is equal to another object of the same type.
(Inherited from HierarchyMemberSorting.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides HierarchyMemberSortingGetHashCode.)
Public methodInsertBottomOverride(Int32, IHierarchyMember)
Inserts the rule bottom override at the specified index.
Public methodInsertBottomOverride(Int32, String)
Inserts the rule bottom override at the specified index.
Public methodInsertTopOverride(Int32, IHierarchyMember)
Inserts the rule top override at the specified index.
Public methodInsertTopOverride(Int32, String)
Inserts the rule top override at the specified index.
Public methodRemoveOverride(String)
Removes the override.
Public methodRemoveOverride(IHierarchyMember)
Removes the override.
Top
See Also