SingleInputOperation.SetInput Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Abstract Namespace > SingleInputOperation Class > SingleInputOperation Methods >

SingleInputOperation.SetInput Method

Sets the input connector for the current instance.

Namespace: BNCS.Logic.Abstract
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public void SetInput(
 Connector input
)

Parameters

input

Type: BNCS.Logic.Connector
The input connector to be set. It must be compatible with the current input type.

 

Exceptions


Exception

Condition

Exception

Thrown when the input connector's value type is not compatible with the current input type.

 

See Also


SingleInputOperation Class

BNCS.Logic.Abstract Namespace