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.Eav.Data.Build

Classes

DataFactoryOptions

Options how Entities should be generated from the initial data.

EntityPair<TPartner>

Special object to carry an IEntity and another object which belong together.

This is mainly used in scenarios where you create new Entities and must keep the original tied to the Entity because you may still need the original later on for further processing.

Interfaces

IDataFactory

A data builder which will generate items for a specific type. In many cases it will also take care of auto increasing the id and more.

IEntityPair<TPartner>

Interface marking EntityPair<TPartner>s. This is for internal use, to ensure covariance.