StateGroup Constructor (MetricSet, 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 (10.0.0.1002)
Syntax
public StateGroup(
	MetricSet metricSet,
	string groupName,
	string groupDescription
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set the group is attached to.
groupName
Type: SystemString
Name of the group.
groupDescription
Type: SystemString
The group description.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is .
Remarks
The constructor instantiate a state group that references all the measures in the metric set the group is attached to.
See Also