Table of Contents

Namespace ToSic.Eav.Data.EntityPair.Sys

Classes

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

IEntityPair<TPartner>

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