StateGroup Constructor (MeasureUsage, String, String)

Initializes a new instance of the StateGroup class.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public StateGroup(
	MeasureUsage measure,
	string groupName,
	string groupDescription
)

Parameters

measure
Type: Dundas.BI.Entities.MetricSetsMeasureUsage
The measure usage the group is attached to.
groupName
Type: SystemString
Name of the group.
groupDescription
Type: SystemString
The group description.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasure is .
Remarks
The constructor instantiate a state group that is directly linked to the specified measure.
See Also