Search Results for

    Show / Hide Table of Contents

    Class CustomExecutionEvent<TEventBase>

    Inheritance
    object
    CeresNode
    ExecutableNode
    ExecutableEvent
    ExecutionEventBase
    CustomExecutionEvent
    CustomExecutionEvent<TEventBase>
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    Inherited Members
    CustomExecutionEvent.exec
    CustomExecutionEvent.Execute(ExecutionContext)
    CustomExecutionEvent.LocalExecute(ExecutionContext)
    CustomExecutionEvent.RegisterEventId<TEventBase>(string)
    ExecutionEventBase.eventName
    ExecutionEventBase.isImplementable
    ExecutionEventBase.GetEventName()
    ExecutableNode.Graph
    ExecutableNode.ExecuteNode(ExecutionContext)
    CeresNode.NodeData
    CeresNode.Guid
    CeresNode.GraphPosition
    CeresNode.Dispose()
    CeresNode.GetSerializedData()
    CeresNode.GetExecutionPath()
    CeresNode.GetEnumerator()
    CeresNode.GetExecutionPath(Type)
    CeresNode.MakeSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(Type, bool)
    CeresNode.GetTypeName()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class CustomExecutionEvent<TEventBase> : CustomExecutionEvent, IEnumerable<CeresNode>, IEnumerable, IDisposable where TEventBase : EventBase<TEventBase>, new()
    Type Parameters
    Name Description
    TEventBase

    Fields

    EventName

    Declaration
    protected static readonly string EventName
    Field Value
    Type Description
    string

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX