HierarchyMemberSorting Class

Class used for specifying the sorting behavior for enumerating hierarchy members.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class HierarchyMemberSorting : IEquatable<HierarchyMemberSorting>

The HierarchyMemberSorting type exposes the following members.

Constructors
  NameDescription
Public methodHierarchyMemberSorting(String, SortDirection)
Initializes a new instance of the HierarchyMemberSorting class.
Public methodHierarchyMemberSorting(HierarchyMemberPropertyCategory, SortDirection)
Initializes a new instance of the HierarchyMemberSorting class.
Top
Properties
  NameDescription
Public propertyCategory
Gets the category for the hierarchy member property used for sorting.
Public propertyDirection
Gets or sets the sorting rules direction.
Public propertyMemberProperty
Gets the member property name used for custom sorting.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(HierarchyMemberSorting)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also