AddStateGroupOptions Class

The options class used to add a state group to the metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddStateGroupOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class AddStateGroupOptions

The AddStateGroupOptions type exposes the following members.

Constructors
 NameDescription
Public methodAddStateGroupOptionsInitializes a new instance of the AddStateGroupOptions class
Top
Properties
 NameDescription
Public propertyGroupDescription Gets or sets the group description.
Public propertyGroupName Gets or sets the name of the group.
Public propertyMeasureUniqueName Gets or sets the name of the measure unique.
Top
See Also