Skip to main content
A newer version of this page is available. .

MeasureDefinition Members

A measure definition.

Constructors

Name Description
MeasureDefinition(String, SummaryType, MeasureCalculation, MeasureCalculationWindowDefinition, String) Initializes a new instance of the MeasureDefinition class.
MeasureDefinition(String, SummaryType) Initializes a new instance of the MeasureDefinition class.
MeasureDefinition(String) Initializes a new instance of the MeasureDefinition class.

Properties

Name Description
Calculation Gets the calculation applied to the measure.
DataMember Gets the data member for the current data item definition. Inherited from DataItemDefinition.
Expression Gets a measure expression.
SummaryType Gets the type of summary function calculated against the current measure.
WindowDefinition Gets a window definition used to apply a calculation.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current MeasureDefinition instance.
GetHashCode() Gets the hash code that corresponds to the value of the current MeasureDefinition object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from DataItemDefinition.
See Also