SingleInputOperation Constructor

<< Click to Display Table of Contents >>

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

SingleInputOperation Constructor

Initializes a new instance of the SingleInputOperation class.

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

 

Syntax


public SingleInputOperation(
 Guid Id,
 Type inputType,
 Type outputType,
 string name,
 string description
)

Parameters

Id

Type: Guid
The unique identifier for the operation.

inputType

Type: Type
The type of the input for the operation.

outputType

Type: Type
The type of the output for the operation.

name

Type: String
The name of the operation.

description

Type: String
A brief description of the operation.

 

Remarks


This constructor sets up a single input operation with specified input and output types, along with a name and description for the operation.

 

See Also


SingleInputOperation Class

BNCS.Logic.Abstract Namespace