Search Results for

    Show / Hide Table of Contents

    Class ExecutionEventBaseNodeView

    Inheritance
    object
    CeresNodeView
    ExecutableNodeView
    ExecutionEventBaseNodeView
    CustomExecutionEventNodeView
    ExecutionEventNodeView
    ExecutionEventUberNodeView
    Implements
    ICeresNodeView
    Inherited Members
    ExecutableNodeView.Flags
    ExecutableNodeView.ExecutableNodeElement
    ExecutableNodeView.FlowGraphEditorWindow
    ExecutableNodeView.AddBreakpoint()
    ExecutableNodeView.RemoveBreakpoint()
    ExecutableNodeView.BuildContextualMenu(ContextualMenuPopulateEvent)
    ExecutableNodeView.Validate(FlowGraphValidator)
    ExecutableNodeView.GetDefaultTooltip()
    CeresNodeView.Guid
    CeresNodeView.NodeElement
    CeresNodeView.GraphView
    CeresNodeView.NodeType
    CeresNodeView.NodeInstance
    CeresNodeView.FieldResolvers
    CeresNodeView.FieldInfos
    CeresNodeView.PortViews
    CeresNodeView.Initialize(Type, CeresGraphView)
    CeresNodeView.SetupNodeElement(NodeElement)
    CeresNodeView.OnSetupNodeElement()
    CeresNodeView.SetGraphOwner(CeresGraphView)
    CeresNodeView.OnSetGraphView()
    CeresNodeView.SetNodeInstanceType(Type)
    CeresNodeView.OnSetNodeInstanceType()
    CeresNodeView.FindPortView(string, int)
    CeresNodeView.FindPortViewWithDisplayName(string, int)
    CeresNodeView.FindPortViewWithDisplayType(Type, int)
    CeresNodeView.FindConnectablePortView(CeresPortView)
    CeresNodeView.GetAllPortViews()
    CeresNodeView.FindFieldResolver(string)
    CeresNodeView.FindFieldResolver<T>(string)
    CeresNodeView.FillDefaultNodeProperties()
    CeresNodeView.FillDefaultNodeTitle()
    CeresNodeView.FillDefaultNodePorts()
    CeresNodeView.GetContainerType()
    CeresNodeView.RemovePortView(CeresPortView)
    CeresNodeView.ReconnectEdges()
    CeresNodeView.SetTooltip(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Editor.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ExecutionEventBaseNodeView : ExecutableNodeView, ICeresNodeView

    Constructors

    ExecutionEventBaseNodeView(Type, CeresGraphView)

    Declaration
    protected ExecutionEventBaseNodeView(Type type, CeresGraphView graphView)
    Parameters
    Type Name Description
    Type type
    CeresGraphView graphView

    Properties

    IsImplementable

    Declaration
    protected bool IsImplementable { get; }
    Property Value
    Type Description
    bool

    MethodInfo

    Declaration
    protected MethodInfo MethodInfo { get; }
    Property Value
    Type Description
    MethodInfo

    MethodName

    Declaration
    protected string MethodName { get; }
    Property Value
    Type Description
    string

    Methods

    AddPortView(CeresPortView)

    Declaration
    public override void AddPortView(CeresPortView portView)
    Parameters
    Type Name Description
    CeresPortView portView
    Overrides
    CeresNodeView.AddPortView(CeresPortView)

    CanRename()

    Declaration
    protected virtual bool CanRename()
    Returns
    Type Description
    bool

    CompileNode()

    Declaration
    public override ExecutableNode CompileNode()
    Returns
    Type Description
    ExecutableNode
    Overrides
    ExecutableNodeView.CompileNode()

    FillMethodParameterPorts(MethodInfo)

    Declaration
    protected virtual void FillMethodParameterPorts(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo

    GetEventName()

    Declaration
    public string GetEventName()
    Returns
    Type Description
    string

    SetEventName(string)

    Declaration
    public void SetEventName(string eventName)
    Parameters
    Type Name Description
    string eventName

    SetMethodInfo(MethodInfo)

    Declaration
    public void SetMethodInfo(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo

    SetNodeInstance(CeresNode)

    Declaration
    public override void SetNodeInstance(CeresNode ceresNode)
    Parameters
    Type Name Description
    CeresNode ceresNode
    Overrides
    CeresNodeView.SetNodeInstance(CeresNode)

    UpdateEventTitle()

    Declaration
    protected virtual void UpdateEventTitle()

    Implements

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