Class ContentPropertyMapDefinition
A mapper which declares how to map content properties. These mappings are shared among media (and probably members) which is why they are in their own mapper
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.Mapping
Assembly: Umbraco.Core.dll
Syntax
public class ContentPropertyMapDefinition : IMapDefinition
Constructors
View SourceContentPropertyMapDefinition(ICultureDictionary, IDataTypeService, IEntityService, ILocalizedTextService, ILoggerFactory, PropertyEditorCollection)
Declaration
public ContentPropertyMapDefinition(ICultureDictionary cultureDictionary, IDataTypeService dataTypeService, IEntityService entityService, ILocalizedTextService textService, ILoggerFactory loggerFactory, PropertyEditorCollection propertyEditors)
Parameters
Type | Name | Description |
---|---|---|
ICulture |
cultureDictionary | |
IData |
dataTypeService | |
IEntity |
entityService | |
ILocalized |
textService | |
ILogger |
loggerFactory | |
Property |
propertyEditors |
Methods
View SourceDefineMaps(IUmbracoMapper)
Declaration
public void DefineMaps(IUmbracoMapper mapper)
Parameters
Type | Name | Description |
---|---|---|
IUmbraco |
mapper |