Table of Contents

Class DataModelConversion

Namespace
ToSic.Sxc.Data.Model
Assembly
ToSic.Sxc.dll

BETA / WIP: Attribute to decorate interfaces which should be used to retrieve a data model.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false)]
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class DataModelConversion : Attribute
Inheritance
object
Attribute
DataModelConversion

Remarks

It's primary property is the Map, which is an array of types that should be used to map the data model to.

Properties

Map

public Type[] Map { get; init; }

Property Value

Type[]