These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface IHasRawEntity<T>
Marks objects which are not ToSic.Eav.Data.Raw.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