Class OnKanbanDataChangedNode
Inheritance
System.Object
OnKanbanDataChangedNode
Assembly: Simplic.Kanban.Flow.dll
Syntax
public class OnKanbanDataChangedNode : EventNode
Constructors
|
Improve this Doc
View Source
OnKanbanDataChangedNode()
Declaration
public OnKanbanDataChangedNode()
Properties
|
Improve this Doc
View Source
EventName
Declaration
public override string EventName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FriendlyName
Gets the node friendly name
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
Name
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
OutOldOrderId
Declaration
public DataPin OutOldOrderId { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinDataId
Declaration
public DataPin OutPinDataId { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinKanbanName
Declaration
public DataPin OutPinKanbanName { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinNewOrderId
Declaration
public DataPin OutPinNewOrderId { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinNewPinPipelineName
Declaration
public DataPin OutPinNewPinPipelineName { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinOldPinPipelineName
Declaration
public DataPin OutPinOldPinPipelineName { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Execute changed event node
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
|
DataPinScope |
scope |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldExecute(IFlowRuntimeService, DataPinScope)
Detemines whether the event should be executed
Declaration
public override bool ShouldExecute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
|
DataPinScope |
scope |
|
Returns
Type |
Description |
System.Boolean |
|