MeasureMember Class

Class used to encapsulate information about a measure to be used in a DataCellset.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalMeasureMember

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public sealed class MeasureMember : IHierarchyMember, 
	IUniqueName, IHierarchyMemberContainer, IDateTimeContainer

The MeasureMember type exposes the following members.

Constructors
  NameDescription
Public methodMeasureMember(IMeasure)
Initializes a new instance of the MeasureMember class.
Public methodMeasureMember(String, String, AggregatorFunctions)
Initializes a new instance of the MeasureMember class.
Top
Properties
  NameDescription
Public propertyAggregator
Gets the aggregator.
Public propertyCaption
Gets the member caption.
Public propertyCompatibleUniqueName
Gets the compatible unique name. This property allows grouping together compatible hierarchy members across multiple IAnalysisStructures.
Public propertyFormatString
Gets the format string for the current instance.
Public propertyIsScalar
Gets a value indicating whether this instance returns a scalar value.
Public propertyUniqueName
Gets the unique name.
Top
See Also