Class SelectOnFlow
Selects a value from a set by matching it with an input flow.
Syntax
[UnitCategory("Control")]
[UnitTitle("Select On Flow")]
[UnitShortTitle("Select")]
[UnitSubtitle("On Flow")]
[UnitOrder(8)]
[TypeIcon(typeof(ISelectUnit))]
public sealed class SelectOnFlow : Unit, ISelectUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
branchCount
Declaration
[DoNotSerialize]
[Inspectable]
[UnitHeaderInspectable("Branches")]
public int branchCount { get; set; }
Property Value
branches
Declaration
[DoNotSerialize]
public Dictionary<ControlInput, ValueInput> branches { get; }
Property Value
exit
Triggered when any selector is entered.
Declaration
[DoNotSerialize]
public ControlOutput exit { get; }
Property Value
selection
Declaration
[DoNotSerialize]
public ValueOutput selection { get; }
Property Value
Implements
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Declaration
public ControlInput GetBranchControlInput(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns
Declaration
public ValueInput GetBranchValueInput(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns
Declaration
public ControlOutput Select(Flow flow, ValueInput branchValue)
Parameters
Returns
Extension Methods