Search Results for

    Show / Hide Table of Contents

    Class OnKanbanDataChangedNode

    Kanban data moved event

    Inheritance
    System.Object
    OnKanbanDataChangedNode
    Namespace: Simplic.Kanban.Flow
    Assembly: Simplic.Kanban.Flow.dll
    Syntax
    public class OnKanbanDataChangedNode : EventNode

    Constructors

    | Improve this Doc View Source

    OnKanbanDataChangedNode()

    Initialize node

    Declaration
    public OnKanbanDataChangedNode()

    Properties

    | Improve this Doc View Source

    EventName

    Gets the event name

    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
    Type Description
    DataPin
    | Improve this Doc View Source

    Name

    Gets the node 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
    Type Description
    DataPin
    | Improve this Doc View Source

    OutPinDataId

    Declaration
    public DataPin OutPinDataId { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    OutPinKanbanName

    Declaration
    public DataPin OutPinKanbanName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    OutPinNewOrderId

    Declaration
    public DataPin OutPinNewOrderId { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    OutPinNewPinPipelineName

    Declaration
    public DataPin OutPinNewPinPipelineName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    OutPinOldPinPipelineName

    Declaration
    public DataPin OutPinOldPinPipelineName { get; set; }
    Property Value
    Type Description
    DataPin

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx