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

Parameters

name  String
The name for the state.
description  String
The description for the state.

Return Value

State
The newly defined State.
See Also