Search Results for

    Show / Hide Table of Contents

    Class ExecuteFlowEvent<T1>

    Event with one param for executing Flow Graph

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

    Properties

    Arg1

    Declaration
    public T1 Arg1 { get; }
    Property Value
    Type Description
    T1

    Methods

    Create(string, T1)

    Declaration
    public static ExecuteFlowEvent<T1> Create(string functionName, T1 arg1)
    Parameters
    Type Name Description
    string functionName
    T1 arg1
    Returns
    Type Description
    ExecuteFlowEvent<T1>

    Implements

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