Class ExecutableNodeElement
Inheritance
object
ExecutableNodeElement
Assembly: cs.temp.dll.dll
Syntax
public class ExecutableNodeElement : Node
Constructors
ExecutableNodeElement(ExecutableNodeView)
Declaration
public ExecutableNodeElement(ExecutableNodeView nodeView)
Parameters
Properties
View
Declaration
public ExecutableNodeView View { get; }
Property Value
Methods
AddBreakpointView()
Declaration
public void AddBreakpointView()
Declaration
public override void BuildContextualMenu(ContextualMenuPopulateEvent evt)
Parameters
Type |
Name |
Description |
ContextualMenuPopulateEvent |
evt |
|
CollectElements(HashSet<GraphElement>, Func<GraphElement, bool>)
Declaration
public override void CollectElements(HashSet<GraphElement> collectedElementSet, Func<GraphElement, bool> conditionFunc)
Parameters
Type |
Name |
Description |
System.Collections.Generic.HashSet<T><GraphElement> |
collectedElementSet |
|
Func<, ><GraphElement, bool> |
conditionFunc |
|
RemoveBreakpointView()
Declaration
public void RemoveBreakpointView()