|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > MultiInputOperation Class > MultiInputOperation Constructor |
Initializes a new instance of the MultiInputOperation class with the specified parameters.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public MultiInputOperation(
Guid Id,
Type inputType,
Type outputType,
string name,
string description
)
Id
Type: Guid
The unique identifier for the operation.
inputType
Type: Type
The type of input that the operation accepts.
outputType
Type: Type
The type of output that the operation produces.
name
Type: String
The name of the operation.
description
Type: String
A brief description of the operation.
This constructor initializes the inputs() dictionary to store connectors associated with the operation.