Interface IHasRawEntity<T>
Marks objects which are not ToSic.Eav.Data.Raw.Sys.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 Note: because of changes in v19 and v20, this doesn't seem to be in use ATM. There is still code which would convert objects having this, but ATM it seems to be unused. It's unclear if we will pick this up again, for now better keep it internal as we may remove it again.
Properties
RawEntity
T RawEntity { get; }
Property Value
- T