Struct Switch
Inherited Members
Namespace: Runtime
Assembly: solution.dll
Syntax
[Serializable]
[NodeDescription("The **Switch** node let the flow change its execution port when the case integer value of the selector is the same as the case value.\n\n**Note:** To add or remove case, right click on the node and select (Add Case or Remove Case).\n**Tip:** The Default output port will be executed if the selector value is in none of the Case value.")]
public struct Switch : IFlowNode, INode
Fields
Name | Description |
---|---|
Default | |
Input | |
Selector | |
SwitchTriggers | |
SwitchValues |
Methods
Name | Description |
---|---|
Execute<TCtx>(TCtx, InputTriggerPort) |