Class SelectOnFlow
Selects a value from a set by matching it with an input flow.
Inheritance
object
SelectOnFlow
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitTitleAttribute]
[UnitShortTitleAttribute]
[UnitSubtitleAttribute]
[UnitOrderAttribute]
public sealed class SelectOnFlow : Unit, ISelectUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
branchCount
Declaration
[DoNotSerializeAttribute]
[InspectableAttribute]
[UnitHeaderInspectableAttribute]
public int branchCount { get; set; }
Property Value
branches
Declaration
[DoNotSerializeAttribute]
public Dictionary<ControlInput, ValueInput> branches { get; }
Property Value
exit
Triggered when any selector is entered.
Declaration
[DoNotSerializeAttribute]
public ControlOutput exit { get; }
Property Value
selection
Declaration
[DoNotSerializeAttribute]
public ValueOutput selection { get; }
Property Value
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Declaration
public ControlOutput Select(Flow flow, ValueInput branchValue)
Parameters
Returns
Implements
IDisposable
Extension Methods