Search Results for

    Show / Hide Table of Contents

    Class RemoveInstanceDataConnectionNode

    Node for to remove a connection between two instance data entries

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

    InPinSourceDataId

    Gets our sets the source data id

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

    InPinSourceStackName

    Gets our sets the source stack name

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

    InPinTargetDataId

    Gets our sets the target data id

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

    InPinTargetStackName

    Gets our sets the target stack name

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

    OutNodeFailed

    Gets or sets the flow out pin

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

    OutNodeSuccess

    Gets or sets the flow out pin

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Remove a connection from instance data entries

    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