Namespace ToSic.Eav.Data.Raw
Classes
- RawConvertOptions
Options which may be needed to create new IEntitys from IRawEntity.
- RawEntity
A ready-to-use IRawEntity which receives all the data in the constructor.
Use this for scenarios where you don't want to create your own IRawEntity but wish to return this kind of typed object.
Interfaces
- IRawData
A marker interface to specify that an object is a raw data. This means in can be converted to other formats such as IEntity.
- IRawEntity
This marks objects which have data prepared to be converted to Entities.
Typically used for external data DataSources which get something and pass it to an Entity Builder.
- IRawEntityAutoConvert
AutoConvert using ToSic.Eav.Data.Raw.Sys.RawFromAnonymousHelper
- IRawEntityConverter
WIP v22 2dm
- IRawEntityConvertible
WIP v22 2dm
- IRawRelationship
Marks raw relationships. This is internal, only used to mark ToSic.Eav.Data.Raw.RawRelationship objects which are generic.