Skip to main content

Measure Constructors

A measure which is a DataItem whose values are summarized before they are used in the dashboard.
Name Parameters Description
Measure() none Initializes a new instance of the Measure class.
Measure(MeasureDefinition) definition Initializes a new instance of the Measure class based on the specified measure definition.
Measure(String, MeasureDefinition) id, definition Initializes a new instance of the Measure class.
Measure(String, SummaryType) dataMember, summaryType Initializes a new instance of the Measure class, binds it to the specified data member and sets the summary type to the specified value.
Measure(String, String, SummaryType) id, dataMember, summaryType Initializes a new instance of the Measure class with the specified identifier, binds it to the specified data member and sets the summary type to the specified value.
Measure(String, String) id, dataMember Initializes a new instance of the Measure class with the specified identifier and binds it to the specified data member.
Measure(String) dataMember Initializes a new instance of the Measure class and binds it to the specified data member.
See Also