Search Results for

    Show / Hide Table of Contents

    Class EventNode

    Inheritance
    System.Object
    BaseNode
    ActionNode
    EventNode
    OnCheckDirectoryContentNode
    OnExecuteFlowEvent
    Inherited Members
    ActionNode.Execute(IFlowRuntimeService, DataPinScope)
    BaseNode.Id
    BaseNode.Name
    BaseNode.FriendlyName
    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
    Assembly: Simplic.Flow.dll
    Syntax
    public abstract class EventNode : ActionNode

    Properties

    | Improve this Doc View Source

    EventName

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

    FlowId

    Declaration
    public Guid FlowId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsStartEvent

    Declaration
    public virtual bool IsStartEvent { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    ShouldExecute(IFlowRuntimeService, DataPinScope)

    Declaration
    public virtual 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