Search Results for

    Show / Hide Table of Contents

    Class ExecuteFlowNode

    Clear pin node

    Inheritance
    System.Object
    BaseNode
    ActionNode
    ExecuteFlowNode
    Inherited Members
    BaseNode.Id
    BaseNode.CreateDataPins()
    BaseNode.CreateOutNode<T>(String, Guid, String, String, DataPinContainerType, Boolean, Object)
    BaseNode.CreateInNode<T>(String, Guid, String, String, DataPinContainerType, Boolean, Object)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Flow.Node
    Assembly: Simplic.Flow.Node.dll
    Syntax
    public class ExecuteFlowNode : ActionNode

    Properties

    | Improve this Doc View Source

    FailedOutNode

    Gets or sets the flow out node

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

    FriendlyName

    Gets or sets the friendly name

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

    InPinData01

    Gets or sets the pin node

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

    InPinData02

    Gets or sets the pin node

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

    InPinData03

    Gets or sets the pin node

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

    InPinTarget

    Gets or sets the pin node

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

    Name

    Gets or sets the name

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

    SuccessOutNode

    Gets or sets the flow out node

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Clear pin value

    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

    Overrides
    ActionNode.Execute(IFlowRuntimeService, DataPinScope)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx