AndOperation Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace > AndOperation Class >

AndOperation Constructor

Initializes a new instance of the AndOperation class with the specified identifier, name, and description.

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

 

Syntax


public AndOperation(
 Guid Id,
 string name,
 string description
)

Parameters

Id

Type: Guid
The unique identifier 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 an AND operation with boolean input types.

 

See Also


AndOperation Class

BNCS.Logic.LogicOperations Namespace