Class State
Inherited Members
Namespace: Xareus.Scenarios
Assembly: Xareus.Scenarios.dll
Syntax
[Serializable]
[TypeConverter(typeof(StateConverter))]
public class State : SimpleSequence
Constructors
State(string, string)
Constructor
Declaration
public State(string id, string label = "")
Parameters
Type | Name | Description |
---|---|---|
string | id | The Id must be unique |
string | label | The label (optional) |