Interface IRawEntityConverter
WIP v22 2dm
[WorkInProgressApi("v22")]
public interface IRawEntityConverter
Methods
Convert<TSource>(TSource, RawConvertOptions)
IRawEntity Convert<TSource>(TSource source, RawConvertOptions options) where TSource : class
Parameters
sourceTSourceoptionsRawConvertOptions
Returns
Type Parameters
TSource