Interface IHasRawEntity<T>
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