Open this page in the API Guide

StateGroup.AddState Method

Adds a new state to the state group collection.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public State AddState(
	string name,
	string description
)

Parameters

name
Type: System.String
The name for the state.
description
Type: System.String
The description for the state.

Return Value

Type: State
The newly defined State.
See Also