|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Models Namespace > LogicOperation Class |
Represents a logical operation that extends the functionality of the BaseLogicItem class.
Namespace: BNCS.Logic.Models
Assembly: BNCS.Logic.Models (in BNCS.Logic.Models.dll)
public class LogicOperation : NamedLogicItem
This class is intended to perform specific logical operations within the application. It inherits from BaseLogicItem and may override or extend its functionality.
The following example demonstrates how to use the LogicOperation class:
LogicOperation logicOp = new LogicOperation();
// Use logicOp to perform operations
Object
BNCS.Logic.Models.BaseLogicItem
BNCS.Logic.Models.NamedLogicItem
BNCS.Logic.Models.LogicOperation