API Reference - Domain models
Reference documentation for all domain model classes.
All documentation is auto-generated from docstrings in the source code.
Models
| Models | Description |
|---|---|
| BaseDomainModel | Base class for all domain models which can be inherited by all domain models in the application |
| LifeCycleBase | Base class for lifecycle model attributes which can be inherited by all domain models in the application |
| User | Domain model which represents a user in the system |
| Role | Enum class which defines user roles with varying levels of permissions |
| Group | Domain model which represents a group of users with specific permissions |