Search Results for

    Show / Hide Table of Contents

    Class OnSendStackReportNode

    On send stack report

    Inheritance
    System.Object
    OnSendStackReportNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class OnSendStackReportNode : EventNode

    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 friendly name of OnSendStackReportNode

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

    InPinFlowIdentification

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

    InPinReportName

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

    OutPinBlobId

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

    OutPinFileExtension

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

    OutPinInstanceDataId

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

    OutPinStackId

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Set out pin values

    Declaration
    public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime

    Runtime instance

    DataPinScope scope

    Scope instance

    Returns
    Type Description
    System.Boolean

    True if the node was successfull

    | Improve this Doc View Source

    ShouldExecute(IFlowRuntimeService, DataPinScope)

    Checks whether the report name match with the arguments

    Declaration
    public override bool ShouldExecute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime

    Runtime instance

    DataPinScope scope

    Scope instance

    Returns
    Type Description
    System.Boolean

    True if the names match

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