Search Results for

    Show / Hide Table of Contents

    Class OnValueChangedNode

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

    Constructors

    | Improve this Doc View Source

    OnValueChangedNode()

    Declaration
    public OnValueChangedNode()

    Properties

    | Improve this Doc View Source

    EventName

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

    FriendlyName

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

    InPinDataId

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

    InPinRequiredValue

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

    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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Declaration
    public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime
    DataPinScope scope
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShouldExecute(IFlowRuntimeService, DataPinScope)

    Declaration
    public override bool ShouldExecute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime
    DataPinScope scope
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx