Share via


NodeInput Class

Definition

Describes an input signal to be used on a pipeline node.

public class NodeInput
type NodeInput = class
Public Class NodeInput
Inheritance
NodeInput

Constructors

NodeInput()

Initializes a new instance of the NodeInput class.

NodeInput(String)

Initializes a new instance of the NodeInput class.

Properties

NodeName

Gets or sets the name of the upstream node in the pipeline which output is used as input of the current node.

Methods

Validate()

Validate the object.

Applies to