Search Results for

    Show / Hide Table of Contents
    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
    Namespace: Umbraco.Cms.Core.Models.Mapping
    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
    Type Name Description
    ICultureDictionary cultureDictionary
    IDataTypeService dataTypeService
    IEntityService entityService
    ILocalizedTextService textService
    ILoggerFactory loggerFactory
    PropertyEditorCollection propertyEditors

    Methods

    View Source

    DefineMaps(IUmbracoMapper)

    Declaration
    public void DefineMaps(IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IUmbracoMapper mapper
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentPropertyMapDefinition(ICultureDictionary, IDataTypeService, IEntityService, ILocalizedTextService, ILoggerFactory, PropertyEditorCollection)
    • Methods
      • DefineMaps(IUmbracoMapper)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX