Class FlowStateTransitionFactory
Namespace: Ludiq.Bolt
Syntax
public static class FlowStateTransitionFactory
Methods
Create(IState, IState)
Declaration
public static FlowStateTransition Create(IState source, IState destination)
Parameters
| Type | Name | Description |
|---|---|---|
| IState | source | |
| IState | destination |
Returns
| Type | Description |
|---|---|
| FlowStateTransition |