Class ExecutableNodeElement
Base class for node visual element of ExecutableNodeView
public class ExecutableNodeElement : Node
- Inheritance
-
ExecutableNodeElement
Constructors
ExecutableNodeElement(ExecutableNodeView)
public ExecutableNodeElement(ExecutableNodeView nodeView)
Parameters
nodeViewExecutableNodeView
Properties
View
public ExecutableNodeView View { get; }
Property Value
Methods
AddBreakpointView()
public void AddBreakpointView()
BuildContextualMenu(ContextualMenuPopulateEvent)
public override void BuildContextualMenu(ContextualMenuPopulateEvent evt)
Parameters
CollectElements(HashSet<GraphElement>, Func<GraphElement, bool>)
public override void CollectElements(HashSet<GraphElement> collectedElementSet, Func<GraphElement, bool> conditionFunc)
Parameters
collectedElementSetHashSet<GraphElement>conditionFuncFunc<GraphElement, bool>
RemoveBreakpointView()
public void RemoveBreakpointView()