Class SelectOnFlowDescriptor
Inheritance
object
SelectOnFlowDescriptor
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public class SelectOnFlowDescriptor : UnitDescriptor<SelectOnFlow>, IAssigner, IUnitDescriptor, IDescriptor
Constructors
SelectOnFlowDescriptor(SelectOnFlow)
Declaration
public SelectOnFlowDescriptor(SelectOnFlow unit)
Parameters
| Type | Name | Description |
|---|---|---|
| SelectOnFlow | unit |
Methods
DefinedPort(IUnitPort, UnitPortDescription)
Declaration
protected override void DefinedPort(IUnitPort port, UnitPortDescription description)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnitPort | port | |
| UnitPortDescription | description |