Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

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.