|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.LogicOperations Namespace > OrOperation Class > OrOperation Constructor |
Initializes a new instance of the OrOperation class with the specified identifier, name, and description.
Namespace: BNCS.Logic.LogicOperations
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public OrOperation(
Guid Id,
string name,
string description
)
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.
This constructor sets up an OR operation with the specified parameters, inheriting from a base class that expects boolean input and output types.
BNCS.Logic.LogicOperations Namespace