|
<< 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)
public Nullable<Connector> Input { get; set; }
The input connector.
The setter is protected, allowing only derived classes to modify the input connector.