Search Results for

    Show / Hide Table of Contents

    Class ExecutionEventGeneric

    Inheritance
    object
    CeresNode
    ExecutableNode
    ExecutableEvent
    ExecutionEventBase
    ExecutionEventGeneric
    ExecutionEvent<T1>
    ExecutionEvent<T1, T2>
    ExecutionEvent<T1, T2, T3>
    ExecutionEvent<T1, T2, T3, T4>
    ExecutionEvent<T1, T2, T3, T4, T5>
    ExecutionEvent<T1, T2, T3, T4, T5, T6>
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    Inherited Members
    ExecutionEventBase.eventName
    ExecutionEventBase.isImplementable
    ExecutionEventBase.GetEventName()
    ExecutableNode.Graph
    ExecutableNode.Execute(ExecutionContext)
    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 ExecutionEventGeneric : ExecutionEventBase, IEnumerable<CeresNode>, IEnumerable, IDisposable

    Fields

    exec

    Declaration
    public NodePort exec
    Field Value
    Type Description
    NodePort

    Implements

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