Namespace ToSic.Eav.Models
Namespaces
Classes
- ModelOfEntityClassic
BETA / WIP: Base class for plain data models and can be used in Razor Components. It wraps an IEntity and provides a simple way to access the data.
- ModelOfEntityCore
Foundation for a class which gets its data from an Entity.
- ModelSpecsAttribute
Mark custom models/interfaces for additional specifications.
Interfaces
- IModelOfEntity
Foundation for interfaces which will enhance ModelOfEntity which gets its data from an Entity.
- IModelSetup<TSource>
Marks objects such as custom items or data models, which can receive a specific data-type (entity or typed item) and wrap it.