LatchOperation Constructor

<< 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)

 

Syntax


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

Parameters

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.

 

Remarks


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.

 

See Also


LatchOperation Class

BNCS.Logic.LogicOperations Namespace