StateGroup(MeasureUsage, String, String) Constructor |
Initializes a new instance of the
StateGroup class.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic StateGroup(
MeasureUsage measure,
string groupName,
string groupDescription
)
Public Sub New (
measure As MeasureUsage,
groupName As String,
groupDescription As String
)
public:
StateGroup(
MeasureUsage^ measure,
String^ groupName,
String^ groupDescription
)
new :
measure : MeasureUsage *
groupName : string *
groupDescription : string -> StateGroupParameters
- measure MeasureUsage
- The measure usage the group is attached to.
- groupName String
- Name of the group.
- groupDescription String
- The group description.
Exceptions
RemarksThe constructor instantiate a state group that is directly linked to the specified measure.
See Also