StateGroupAddState 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 (24.2.0.1000)
Syntax
public State AddState(
	string name,
	string description
)

Parameters

name
Type: SystemString
The name for the state.
description
Type: SystemString
The description for the state.

Return Value

Type: State
The newly defined State.
See Also