Table of Contents

Interface IHasRawEntity<T>

Namespace
ToSic.Eav.Data.Raw
Assembly
ToSic.Eav.Core.dll

Marks objects which are not IRawEntity but can provide one for automatic conversion.

[InternalApi_DoNotUse_MayChangeWithoutNotice("WIP for DataSources")]
public interface IHasRawEntity<out T> where T : IRawEntity

Type Parameters

T

Remarks

Added in 15.04

Properties

RawEntity

T RawEntity { get; }

Property Value

T