Interface IHasRawEntity<T>
Marks objects which are not IRawEntity but can provide one for automatic conversion.
Namespace: ToSic.Eav.Data.Raw
Assembly: ToSic.Eav.Core.dll
Syntax
[InternalApi_DoNotUse_MayChangeWithoutNotice("WIP for DataSources")]
public interface IHasRawEntity<out T> where T : IRawEntity
Type Parameters
Name | Description |
---|---|
T |
Remarks
Added in 15.04
Properties
| Improve this Doc View SourceRawEntity
Declaration
T RawEntity { get; }
Property Value
Type | Description |
---|---|
T |