OrOperation Class

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

 

Syntax


public class OrOperation : MultiInputOperation

 

Remarks


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.

 

Inheritance Hierarchy


Object
BNCS.Logic.Abstract.BaseLogicEntity
  BNCS.Logic.Abstract.GenericOperation
    BNCS.Logic.Abstract.MultiInputOperation
       BNCS.Logic.LogicOperations.OrOperation

 

See Also


OrOperation Members

BNCS.Logic.LogicOperations Namespace