MeasureOverrides Class

Class used to model overrides for a MetricSet measure element.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalElementOverrides
    Dundas.BI.Data.DataRetrievalMeasureOverrides

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 MeasureOverrides : ElementOverrides, 
	IEquatable<MeasureOverrides>

The MeasureOverrides type exposes the following members.

Properties
 NameDescription
Public propertyAggregator Gets the measure aggregator override.
Public propertyIsHidden Gets a value indicating whether this instance is hidden. If hidden, the data is still retrieved and used in any computations, but it is not present in the result cellset.
Public propertyMissingDataRule Gets the missing data rule.
Public propertyRetrieveUnknownMembers Gets or sets a value indicating whether the unknown members should be retrieved or not.
(Inherited from ElementOverrides)
Public propertySortPolicy Gets the measure sorting behavior.
Public propertyUsageElement Gets the usage element the overrides are defined for.
(Inherited from ElementOverrides)
Top
Methods
 NameDescription
Public methodEquals(MeasureOverrides)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 methodRemoveAggregatorOverride Removes the aggregator override.
Public methodRemoveMissingDataRuleOverride Removes the missing data rule override.
Public methodRemoveSortOverride Removes the sorting override.
Public methodSetAggregatorOverride Sets the aggregator override.
Public methodSetMissingDataRuleOverride Sets the missing data rule override.
Public methodSetSortingOverride(SortDirection, IHierarchyLevel) Configures measure sorting for the specified hierarchy level, when there are no opposite axis hierarchies.
Public methodSetSortingOverride(Boolean, SortDirection, IHierarchyLevel) Configures measure sorting for the specified hierarchy level, when there are no opposite axis hierarchies.
Public methodSetSortingOverride(SortDirection, IHierarchyLevel, IListMemberValue) Configures measure sorting for the specified hierarchy level, for the specified opposite axis hierarchy members.
Public methodSetSortingOverride(Boolean, SortDirection, IHierarchyLevel, IListMemberValue) Configures measure sorting for the specified hierarchy level, for the specified opposite axis hierarchy members.
Top
See Also