Class LegacyFlowStateTransitionFactory
Namespace: Ludiq.Bolt
Syntax
[Obsolete("Use the new class graphs to nest graphs instead.")]
public static class LegacyFlowStateTransitionFactory
Methods
Create(IState, IState)
Declaration
public static LegacyFlowStateTransition Create(IState source, IState destination)
Parameters
| Type | Name | Description |
|---|---|---|
| IState | source | |
| IState | destination |
Returns
| Type | Description |
|---|---|
| LegacyFlowStateTransition |