Search Results for

    Show / Hide Table of Contents

    Class GetAllTilesInPipelineNode

    Node to get all tiles in a line

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

    Constructors

    | Improve this Doc View Source

    GetAllTilesInPipelineNode()

    Initialize node

    Declaration
    public GetAllTilesInPipelineNode()

    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

    InPinKanbanName

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

    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

    OutNode

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

    OutPinTileIdList

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Gets all tiles in a pipeline as a list

    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