Class MapReferenceToAttribute
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Attribute used in generated code to add default class, to which the property should be mapped.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class MapReferenceToAttribute : Attribute
- Inheritance
-
objectAttributeMapReferenceToAttribute
- Extension Methods
Remarks
Model type in the following order when mapping: 1. Model type specified by MapContentTypeReferenceToAttribute. 2. Default model type specified by MapReferenceToAttribute. 3. Model type from default mapping functionality.
Constructors
MapReferenceToAttribute(Type)
Initializes a new instance of the MapReferenceToAttribute class.
public MapReferenceToAttribute(Type contentTypeModel)
Parameters
contentTypeModel
TypeThe model of the content type associated with the class.
Properties
ContentTypeModel
Model of the content type associated with the class.
public Type ContentTypeModel { get; }
Property Value
- Type