HierarchyOverrides Class

Class used to model request overrides for a MetricSet hierarchy usage element.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalElementOverrides
    Dundas.BI.Data.DataRetrievalHierarchyOverrides

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class HierarchyOverrides : ElementOverrides, 
	IEquatable<HierarchyOverrides>

The HierarchyOverrides type exposes the following members.

Properties
 NameDescription
Public propertyIsUnknownMemberCaptionBlank Gets or sets a value indicating whether the unknown member caption is blank or not.
Public propertyLevelSortOverrides Gets the measure sorting behavior.
Public propertyRetrieveAllMemberOnly Gets or sets a value indicating whether all of this hierarchy's values should be collapsed into a single All Member when displayed.
Public propertyRetrieveUnknownMembers Gets or sets a value indicating whether the unknown members should be retrieved or not.
(Inherited from ElementOverrides)
Public propertyShownTotals Gets or sets the shown totals for the current instance.
Public propertySkipMemberGrouping Gets or sets a value indicating whether the custom hierarchy member groups should be used or not.
Public propertyUnknownMemberCaption Gets or sets the override for the unknown member caption.
Public propertyUsageElement Gets the usage element the overrides are defined for.
(Inherited from ElementOverrides)
Top
Methods
 NameDescription
Public methodEquals(HierarchyOverrides)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodRemoveSortOverride Removes the sorting override.
Public methodRemoveUnknownMembersOverride Removes the unknown members override.
Public methodSetLevelSortOverride(IHierarchyLevel, HierarchyMemberPropertyCategory, SortDirection) Sets a hierarchy level sorting override.
Public methodSetLevelSortOverride(IHierarchyLevel, String, SortDirection) Sets a hierarchy level sorting override.
Top
See Also