BaseLogicEntity Class

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Abstract Namespace >

BaseLogicEntity Class

Represents the base class for all logic entities in the application.

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

 

Syntax


public abstract class BaseLogicEntity

 

Remarks


This abstract class provides a foundation for all logic entities, ensuring a consistent interface and shared functionality across derived classes. It is intended to be inherited by other classes that implement specific logic.

 

Inheritance Hierarchy


Object
 BNCS.Logic.Abstract.BaseLogicEntity

 

See Also


BaseLogicEntity Members

BNCS.Logic.Abstract Namespace