HierarchyMemberPropertyCategory Enumeration

Enumeration used for defining the supported categories of member properties.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum HierarchyMemberPropertyCategory
Members
  Member nameValueDescription
None0No sorting is performed.
Caption1 Sorting is performed on the caption property.
UniqueName2 Sorting is performed on

- value in implicit hierarchy;

- keys in user hierarchy;

- member time in time hierarchy;

- unique name in OLAP hierarchy;

- member number for function hierarchies.

Ancestry3 Obsolete. Sorting is performed using the default hierarchy sorting rule based on all included ancestry levels.
Custom4 Sorting is performed on a custom defined member property.
Default5 Sorting is performed based on the hierarchy default sorting.
See Also