Struct If
Inherited Members
Namespace: Runtime
Assembly: solution.dll
Syntax
[NodeSearcherItem("Flow/If")]
[Serializable]
[NodeDescription("The **If** condition control flow node will change the flow by checking if the condition is true or false.")]
public struct If : IFlowNode, INode
  Fields
| Name | Description | 
|---|---|
| Condition | |
| IfFalse | |
| IfTrue | |
| Input | 
Methods
| Name | Description | 
|---|---|
| Execute<TCtx>(TCtx, InputTriggerPort) |