AndOperation Class

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace >

AndOperation Class

Represents a logical AND operation that processes multiple input values.

Namespace: BNCS.Logic.LogicOperations
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public class AndOperation : MultiInputOperation

 

Remarks


The AndOperation class is designed to perform a logical AND on a set of input values. It inherits from the MultiInputOperation class, which provides the framework for handling multiple inputs. This class is typically used in scenarios where a composite logical condition needs to be evaluated.

 

Inheritance Hierarchy


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

 

See Also


AndOperation Members

BNCS.Logic.LogicOperations Namespace