Class ForwardNode
Base class for executable nodes with parent node input, used in forward execution path
[CeresMetadata(new string[] { "style = ForwardNode" })]
public abstract class ForwardNode : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
- Inheritance
-
ForwardNode
- Implements
- Derived
- Inherited Members
Constructors
ForwardNode()
protected ForwardNode()
Fields
input
Dependency node port
[InputPort(false)]
[CeresLabel("")]
public NodePort input
Field Value
Methods
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()