Search Results for

    Show / Hide Table of Contents

    Class ExecuteFlowEvent

    Event for executing Flow Graph

    Inheritance
    object
    ExecuteFlowEventBase<ExecuteFlowEvent>
    ExecuteFlowEvent
    Implements
    IFlowEvent
    Inherited Members
    ExecuteFlowEventBase<ExecuteFlowEvent>.FunctionName
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class ExecuteFlowEvent : ExecuteFlowEventBase<ExecuteFlowEvent>, IFlowEvent

    Fields

    DefaultArgs

    Declaration
    public static readonly object[] DefaultArgs
    Field Value
    Type Description
    object[]

    Properties

    Args

    Input args

    Declaration
    public object[] Args { get; }
    Property Value
    Type Description
    object[]

    Methods

    Create(string, params object[])

    Declaration
    public static ExecuteFlowEvent Create(string functionName, params object[] arguments)
    Parameters
    Type Name Description
    string functionName
    object[] arguments
    Returns
    Type Description
    ExecuteFlowEvent

    Implements

    IFlowEvent
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX