Table of Contents

Class ForwardNode

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

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

NodePort

Methods

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()