Namespace ToSic.Sxc.Data.Models
Classes
- ModelCreationAttribute
BETA / WIP: Attribute to decorate interfaces to specify a concrete type when creating the model.
- ModelFromEntity
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.
- ModelFromItem
BETA / WIP: Base class for plain data models and can be used in Razor Components. It wraps an ITypedItem and provides a simple way to access the data.
- ModelSourceAttribute
BETA / WIP: Mark custom models/interfaces to specify what data they expect.