Class GetAllTilesInPipelineNode
Node to get all tiles in a line
Inheritance
System.Object
GetAllTilesInPipelineNode
Assembly: Simplic.Kanban.Flow.dll
Syntax
public class GetAllTilesInPipelineNode : ActionNode
Constructors
|
Improve this Doc
View Source
GetAllTilesInPipelineNode()
Declaration
public GetAllTilesInPipelineNode()
Properties
|
Improve this Doc
View Source
FriendlyName
Returns the friendly name of the node
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InPinKanbanName
Declaration
public DataPin InPinKanbanName { get; set; }
Property Value
|
Improve this Doc
View Source
InPinPipelineName
Declaration
public DataPin InPinPipelineName { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Returns the intern name of the node
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutNode
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutPinTileIdList
Declaration
public DataPin OutPinTileIdList { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Gets all tiles in a pipeline as a list
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
|
DataPinScope |
scope |
|
Returns
Type |
Description |
System.Boolean |
|