Class ExecutionEventBaseNodeView
Inheritance
object
ExecutionEventBaseNodeView
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Assembly: cs.temp.dll.dll
Syntax
public abstract class ExecutionEventBaseNodeView : ExecutableNodeView, ICeresNodeView
Constructors
ExecutionEventBaseNodeView(Type, CeresGraphView)
Declaration
protected ExecutionEventBaseNodeView(Type type, CeresGraphView graphView)
Parameters
Properties
IsImplementable
Declaration
protected bool IsImplementable { get; }
Property Value
MethodInfo
Declaration
protected MethodInfo MethodInfo { get; }
Property Value
Type |
Description |
MethodInfo |
|
MethodName
Declaration
protected string MethodName { get; }
Property Value
Methods
AddPortView(CeresPortView)
Declaration
public override void AddPortView(CeresPortView portView)
Parameters
Overrides
CanRename()
Declaration
protected virtual bool CanRename()
Returns
CompileNode()
Declaration
public override ExecutableNode CompileNode()
Returns
Overrides
FillMethodParameterPorts(MethodInfo)
Declaration
protected virtual void FillMethodParameterPorts(MethodInfo methodInfo)
Parameters
Type |
Name |
Description |
MethodInfo |
methodInfo |
|
GetEventName()
Declaration
public string GetEventName()
Returns
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
Overrides
UpdateEventTitle()
Declaration
protected virtual void UpdateEventTitle()
Implements