Search Results for

    Show / Hide Table of Contents

    Class ExecuteFlowEventBase<TEvent>

    Inheritance
    object
    ExecuteFlowEventBase<TEvent>
    ExecuteFlowEvent
    ExecuteFlowEvent<T1>
    ExecuteFlowEvent<T1, T2>
    ExecuteFlowEvent<T1, T2, T3>
    ExecuteFlowEvent<T1, T2, T3, T4>
    ExecuteFlowEvent<T1, T2, T3, T4, T5>
    ExecuteFlowEvent<T1, T2, T3, T4, T5, T6>
    Implements
    IFlowEvent
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ExecuteFlowEventBase<TEvent> : EventBase<TEvent>, IFlowEvent where TEvent : ExecuteFlowEventBase<TEvent>, new()
    Type Parameters
    Name Description
    TEvent

    Properties

    FunctionName

    Declaration
    public string FunctionName { get; protected set; }
    Property Value
    Type Description
    string

    Implements

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