|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.LogicOperations Namespace > OrOperation Class |
Represents a logical OR operation that can be applied to multiple inputs.
Namespace: BNCS.Logic.LogicOperations
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public class OrOperation : MultiInputOperation
This class inherits from MultiInputOperation and performs a logical OR on all provided input values. It is typically used in scenarios where multiple boolean inputs need to be evaluated to determine if at least one is true.
Object
BNCS.Logic.Abstract.BaseLogicEntity
BNCS.Logic.Abstract.GenericOperation
BNCS.Logic.Abstract.MultiInputOperation
BNCS.Logic.LogicOperations.OrOperation
BNCS.Logic.LogicOperations Namespace