Class MoveKanbanDataNode
Move kanban data node
Inheritance
System.Object
MoveKanbanDataNode
Namespace: Simplic.Kanban.Flow
Assembly: Simplic.Kanban.Flow.dll
Syntax
public class MoveKanbanDataNode : ActionNode
Constructors
| Improve this Doc View SourceMoveKanbanDataNode()
Initialize node
Declaration
public MoveKanbanDataNode()
Properties
| Improve this Doc View SourceFriendlyName
Gets or sets the friendly name of the node
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
InPinDataId
Declaration
public DataPin InPinDataId { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinKanbanName
Declaration
public DataPin InPinKanbanName { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinOrderId
Declaration
public DataPin InPinOrderId { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinPipelineName
Declaration
public DataPin InPinPipelineName { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinTrackChanges
Declaration
public DataPin InPinTrackChanges { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Name
Gets or sets the name of the nude
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OutNode
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Execute move action
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type | Name | Description |
---|---|---|
IFlowRuntimeService | runtime | Runtime instance |
DataPinScope | scope | Data scope |
Returns
Type | Description |
---|---|
System.Boolean | True if moving was successfull |