|
<< 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)
public class AndOperation : MultiInputOperation
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.
Object
BNCS.Logic.Abstract.BaseLogicEntity
BNCS.Logic.Abstract.GenericOperation
BNCS.Logic.Abstract.MultiInputOperation
BNCS.Logic.LogicOperations.AndOperation
BNCS.Logic.LogicOperations Namespace