StateGroup(MeasureUsage, String, String) Constructor

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 (26.2.0.1000)
Syntax
public StateGroup(
	MeasureUsage measure,
	string groupName,
	string groupDescription
)

Parameters

measure  MeasureUsage
The measure usage the group is attached to.
groupName  String
Name of the group.
groupDescription  String
The group description.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasure is .
Remarks
The constructor instantiate a state group that is directly linked to the specified measure.
See Also