Class RelayNodeView
Node view for RelayNode
public class RelayNodeView : ICeresNodeView
- Inheritance
-
RelayNodeView
- Implements
- Inherited Members
- Extension Methods
Constructors
RelayNodeView(CeresGraphView, RelayNode, Type)
public RelayNodeView(CeresGraphView graphView, RelayNode data, Type portType)
Parameters
graphViewCeresGraphViewdataRelayNodeportTypeType
Properties
Data
public RelayNode Data { get; }
Property Value
GraphView
public CeresGraphView GraphView { get; }
Property Value
Guid
Graph scope node view guid
public string Guid { get; set; }
Property Value
NodeElement
Node visual element of this view
public Node NodeElement { get; }
Property Value
Methods
Compile()
public RelayNode Compile()
Returns
GetInputPort()
public CeresPortElement GetInputPort()
Returns
GetOutputPort()
public CeresPortElement GetOutputPort()