Open this page in the API Guide

AddStateGroupOptions Class

The options class used to add a state group to the metric set.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.AddStateGroupOptions

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

The AddStateGroupOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddStateGroupOptions
Initializes 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