Search Results for

    Show / Hide Table of Contents

    Class CustomExecutionEventNodeView

    Inheritance
    object
    CeresNodeView
    ExecutableNodeView
    ExecutionEventBaseNodeView
    CustomExecutionEventNodeView
    Implements
    ICeresNodeView
    Inherited Members
    ExecutionEventBaseNodeView.MethodInfo
    ExecutionEventBaseNodeView.IsImplementable
    ExecutionEventBaseNodeView.MethodName
    ExecutionEventBaseNodeView.SetNodeInstance(CeresNode)
    ExecutionEventBaseNodeView.SetMethodInfo(MethodInfo)
    ExecutionEventBaseNodeView.GetEventName()
    ExecutionEventBaseNodeView.SetEventName(string)
    ExecutionEventBaseNodeView.AddPortView(CeresPortView)
    ExecutionEventBaseNodeView.CompileNode()
    ExecutionEventBaseNodeView.FillMethodParameterPorts(MethodInfo)
    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 class CustomExecutionEventNodeView : ExecutionEventBaseNodeView, ICeresNodeView

    Constructors

    CustomExecutionEventNodeView(Type, CeresGraphView)

    Declaration
    public CustomExecutionEventNodeView(Type type, CeresGraphView graphView)
    Parameters
    Type Name Description
    Type type
    CeresGraphView graphView

    Methods

    CanRename()

    Declaration
    protected override bool CanRename()
    Returns
    Type Description
    bool
    Overrides
    ExecutionEventBaseNodeView.CanRename()

    UpdateEventTitle()

    Declaration
    protected override void UpdateEventTitle()
    Overrides
    ExecutionEventBaseNodeView.UpdateEventTitle()

    Implements

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