|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.LogicOperations Namespace > LatchOperation Class > LatchOperation Constructor |
Initializes a new instance of the LatchOperation class.
Namespace: BNCS.Logic.LogicOperations
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public LatchOperation(
Guid Id,
string name,
string description
)
Id
Type: Guid
The unique identifier for the latch operation.
name
Type: String
The name of the latch operation.
description
Type: String
A brief description of the latch operation.
This constructor sets up a latch operation with the specified identifier, name, and description. It inherits from a base class that requires the type of input and output, which are both Boolean in this case.
BNCS.Logic.LogicOperations Namespace