OutputPortInstance.Input Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > OutputPortInstance Class > OutputPortInstance Properties >

OutputPortInstance.Input Property

Gets or sets the input connector.

Namespace: BNCS.Logic.Engine
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public Nullable<Connector> Input { get; set; }

Field Value

The input connector.

 

Remarks


The setter is protected, allowing only derived classes to modify the input connector.

 

See Also


OutputPortInstance Class

BNCS.Logic.Engine Namespace