Namespace ToSic.Sxc.Data.Model
Classes
- DataModel
BETA / WIP: Base class for plain custom data models and can be used in Razor Components. It wraps a IEntity and provides a simple way to access the data.
- DataModelAttribute
BETA / WIP: Mark DataModel objects/interfaces and specify what ContentType they are for.
- DataModelConversion
BETA / WIP: Attribute to decorate interfaces which should be used to retrieve a data model.
- DataModelOfItem
BETA / WIP: Base class for plain custom data models and can be used in Razor Components. It wraps a ITypedItem and provides a simple way to access the data.