View Source
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
Assembly: Umbraco.Core.dll
Syntax
public class ContentPropertyMapDefinition : IMapDefinition
Constructors
View Source
ContentPropertyMapDefinition(ICultureDictionary, IDataTypeService, IEntityService, ILocalizedTextService, ILoggerFactory, PropertyEditorCollection)
Declaration
public ContentPropertyMapDefinition(ICultureDictionary cultureDictionary, IDataTypeService dataTypeService, IEntityService entityService, ILocalizedTextService textService, ILoggerFactory loggerFactory, PropertyEditorCollection propertyEditors)
Parameters
View Source
ContentPropertyMapDefinition(ICultureDictionary, IDataTypeService, IEntityService, ILocalizedTextService, ILoggerFactory, PropertyEditorCollection, IDataTypeConfigurationCache)
Declaration
public ContentPropertyMapDefinition(ICultureDictionary cultureDictionary, IDataTypeService dataTypeService, IEntityService entityService, ILocalizedTextService textService, ILoggerFactory loggerFactory, PropertyEditorCollection propertyEditors, IDataTypeConfigurationCache dataTypeConfigurationCache)
Parameters
Methods
View Source
DefineMaps(IUmbracoMapper)
Declaration
public void DefineMaps(IUmbracoMapper mapper)
Parameters