Search Results for

    Show / Hide Table of Contents

    Class ExecuteFlowEvent<T1, T2, T3, T4>

    Event with four params for executing Flow Graph

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

    Properties

    Arg1

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

    Arg2

    Declaration
    public T2 Arg2 { get; }
    Property Value
    Type Description
    T2

    Arg3

    Declaration
    public T3 Arg3 { get; }
    Property Value
    Type Description
    T3

    Arg4

    Declaration
    public T4 Arg4 { get; }
    Property Value
    Type Description
    T4

    Methods

    Create(string, T1, T2, T3, T4)

    Declaration
    public static ExecuteFlowEvent<T1, T2, T3, T4> Create(string functionName, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
    Parameters
    Type Name Description
    string functionName
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Returns
    Type Description
    ExecuteFlowEvent<T1, T2, T3, T4>

    Implements

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