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)
Syntaxpublic StateGroup(
MetricSet metricSet,
string groupName,
string groupDescription
)
Public Sub New (
metricSet As MetricSet,
groupName As String,
groupDescription As String
)
public:
StateGroup(
MetricSet^ metricSet,
String^ groupName,
String^ groupDescription
)
new :
metricSet : MetricSet *
groupName : string *
groupDescription : string -> StateGroupParameters
- 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
RemarksThe constructor instantiate a state group that references all the measures in the metric set the group is attached to.
See Also