Search Results for

    Show / Hide Table of Contents

    Class CloudSetTransformedDataAsProcessedNode

    Node for connecting two instance data entries

    Inheritance
    System.Object
    CloudSetTransformedDataAsProcessedNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class CloudSetTransformedDataAsProcessedNode : ActionNode

    Properties

    | 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

    InPinQueueItemId

    Gets or sets the queue item id

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

    InPinUser

    Gets or sets the user

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

    Gets or sets the flow out pin

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

    OutNodeFailed

    Gets or sets the flow out pin (setting as processed failed)

    Declaration
    public ActionNode OutNodeFailed { get; set; }
    Property Value
    Type Description
    ActionNode

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Connect two instance data

    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 connecting was successfull

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