Search Results for

    Show / Hide Table of Contents

    Class CloudGetTransformedDataNode

    Node for connecting two instance data entries

    Inheritance
    System.Object
    CloudGetTransformedDataNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class CloudGetTransformedDataNode : 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

    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

    OutNodeCompleted

    Gets or sets the flow out pin whether the processing data is completed

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

    OutNodeFailed

    Gets or sets the flow out pin whether the processing data is failed

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

    OutNodeFailedItem

    Gets or sets the flow out pin for a failed item

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

    OutNodeSuccessItem

    Gets or sets the flow out pin for a successful processed item

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

    OutPinOriginalFile

    Gets or sets the original file

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

    OutPinQueueItemId

    Gets or sets the queue item id

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

    OutPinResultMessage

    Gets or sets the result message

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

    OutPinTransformedFile

    Gets or sets the transformed file

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

    OutPinTransformer

    Gets or sets the transformer name

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

    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