Table of Contents

Interface IRawEntityConverter

Namespace
ToSic.Eav.Data.Raw
Assembly
ToSic.Eav.Data.Build.dll

WIP v22 2dm

[WorkInProgressApi("v22")]
public interface IRawEntityConverter

Methods

Convert<TSource>(TSource, RawConvertOptions)

IRawEntity Convert<TSource>(TSource source, RawConvertOptions options) where TSource : class

Parameters

source TSource
options RawConvertOptions

Returns

IRawEntity

Type Parameters

TSource