Search Results for

    Show / Hide Table of Contents

    Class IsInstanceDataInKanbanNode

    Node to decide whether the instancedata is in the kanban board or not

    Inheritance
    System.Object
    IsInstanceDataInKanbanNode
    Namespace: Simplic.Kanban.Flow
    Assembly: Simplic.Kanban.Flow.dll
    Syntax
    public class IsInstanceDataInKanbanNode : ActionNode

    Constructors

    | Improve this Doc View Source

    IsInstanceDataInKanbanNode()

    Initialize node

    Declaration
    public IsInstanceDataInKanbanNode()

    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

    InPinInstanceDataGuid

    Declaration
    public DataPin InPinInstanceDataGuid { 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

    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

    OutNodeAny

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

    OutNodeFalse

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

    OutNodeTrue

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

    OutPinPipeLineName

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

    OutPinResult

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Looks if the given instance data is in the given kanban board

    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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx