Table of Contents

Interface IEntityPair<TPartner>

Namespace
ToSic.Eav.Data.Build
Assembly
ToSic.Eav.Core.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