Search Results for

    Show / Hide Table of Contents

    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 Source

    MoveKanbanDataNode()

    Initialize node

    Declaration
    public MoveKanbanDataNode()

    Properties

    | Improve this Doc View Source

    FriendlyName

    Gets or sets the friendly name of the node

    Declaration
    public override string FriendlyName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InPinDataId

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

    InPinKanbanName

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

    InPinOrderId

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

    InPinPipelineName

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

    InPinTrackChanges

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

    Name

    Gets or sets the name of the nude

    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

    Methods

    | Improve this Doc View Source

    Execute(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx