Abstract class representing a parameter in a state machine.
Type | Name | Description |
---|---|---|
string | Name | Name of a parameter |
FSMC_ParameterType | Type | Enum representing the type (read only) |
Type | Name | Parameters | Description |
---|---|---|---|
FSMC_Parameter | CreateParameter | string name, FSMC_ParameterType type, object value | Factory method creating a parameter |