Class DataModelConversion
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
-
objectAttributeDataModelConversion
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[]