Interface IEntityPair<TPartner>
- Namespace
 - ToSic.Eav.Data.Sys.EntityPair
 
- Assembly
 - ToSic.Eav.Data.Build.dll
 
Interface marking EntityPair<TPartner>s. This is for internal use, to ensure covariance.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IEntityPair<out TPartner>
  Type Parameters
TPartner
Remarks
Added in 15.04
Properties
Partner
TPartner Partner { get; }
  Property Value
- TPartner