|
<< 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)
public abstract class BaseLogicEntity
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.
Object
BNCS.Logic.Abstract.BaseLogicEntity