SingleInputOperation Class

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Abstract Namespace >

SingleInputOperation Class

Represents an abstract base class for operations that require a single input.

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

 

Syntax


public abstract class SingleInputOperation : GenericOperation,
 ISingleReceiver

 

Remarks


This class serves as a foundation for operations that process a single input. It inherits from GenericOperation and implements the ISingleReceiver interface.

 

Inheritance Hierarchy


Object
BNCS.Logic.Abstract.BaseLogicEntity
  BNCS.Logic.Abstract.GenericOperation
     BNCS.Logic.Abstract.SingleInputOperation

 

See Also


SingleInputOperation Members

BNCS.Logic.Abstract Namespace