MultiInputOperation Class

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Abstract Namespace >

MultiInputOperation Class

Represents an abstract base class for operations that can receive multiple inputs.

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

 

Syntax


public abstract class MultiInputOperation : GenericOperation,
 IMultiReceiver

 

Remarks


This class extends GenericOperation and implements the IMultiReceiver interface. It is intended to be used as a base class for operations that require handling multiple input sources.

 

Inheritance Hierarchy


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

 

See Also


MultiInputOperation Members

BNCS.Logic.Abstract Namespace