Class ExecutionEventNodeView
Inheritance
object
ExecutionEventNodeView
Implements
Inherited Members
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 ExecutionEventNodeView : ExecutionEventBaseNodeView, ICeresNodeView
Constructors
ExecutionEventNodeView(Type, CeresGraphView)
Declaration
public ExecutionEventNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Methods
FillMethodParameterPorts(MethodInfo)
Declaration
protected override void FillMethodParameterPorts(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | methodInfo |