Search Results for

    Show / Hide Table of Contents

    Class ExecuteFlowEvent<T1, T2, T3, T4, T5, T6>

    Event with six params for executing Flow Graph

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

    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

    Arg5

    Declaration
    public T5 Arg5 { get; }
    Property Value
    Type Description
    T5

    Arg6

    Declaration
    public T6 Arg6 { get; }
    Property Value
    Type Description
    T6

    Methods

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

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

    Implements

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