Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeMapDefinition

    Defines mappings for content/media/members type mappings

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Mapping
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentTypeMapDefinition : IMapDefinition

    Constructors

    View Source

    ContentTypeMapDefinition(CommonMapper, PropertyEditorCollection, IDataTypeService, IFileService, IContentTypeService, IMediaTypeService, IMemberTypeService, ILoggerFactory, IShortStringHelper, IOptions<GlobalSettings>, IHostingEnvironment)

    Declaration
    public ContentTypeMapDefinition(CommonMapper commonMapper, PropertyEditorCollection propertyEditors, IDataTypeService dataTypeService, IFileService fileService, IContentTypeService contentTypeService, IMediaTypeService mediaTypeService, IMemberTypeService memberTypeService, ILoggerFactory loggerFactory, IShortStringHelper shortStringHelper, IOptions<GlobalSettings> globalSettings, IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    CommonMapper commonMapper
    PropertyEditorCollection propertyEditors
    IDataTypeService dataTypeService
    IFileService fileService
    IContentTypeService contentTypeService
    IMediaTypeService mediaTypeService
    IMemberTypeService memberTypeService
    ILoggerFactory loggerFactory
    IShortStringHelper shortStringHelper
    IOptions<GlobalSettings> globalSettings
    IHostingEnvironment hostingEnvironment
    View Source

    ContentTypeMapDefinition(CommonMapper, PropertyEditorCollection, IDataTypeService, IFileService, IContentTypeService, IMediaTypeService, IMemberTypeService, ILoggerFactory, IShortStringHelper, IOptions<GlobalSettings>, IHostingEnvironment, IOptionsMonitor<ContentSettings>)

    Declaration
    public ContentTypeMapDefinition(CommonMapper commonMapper, PropertyEditorCollection propertyEditors, IDataTypeService dataTypeService, IFileService fileService, IContentTypeService contentTypeService, IMediaTypeService mediaTypeService, IMemberTypeService memberTypeService, ILoggerFactory loggerFactory, IShortStringHelper shortStringHelper, IOptions<GlobalSettings> globalSettings, IHostingEnvironment hostingEnvironment, IOptionsMonitor<ContentSettings> contentSettings)
    Parameters
    Type Name Description
    CommonMapper commonMapper
    PropertyEditorCollection propertyEditors
    IDataTypeService dataTypeService
    IFileService fileService
    IContentTypeService contentTypeService
    IMediaTypeService mediaTypeService
    IMemberTypeService memberTypeService
    ILoggerFactory loggerFactory
    IShortStringHelper shortStringHelper
    IOptions<GlobalSettings> globalSettings
    IHostingEnvironment hostingEnvironment
    IOptionsMonitor<ContentSettings> contentSettings

    Methods

    View Source

    DefineMaps(IUmbracoMapper)

    Declaration
    public void DefineMaps(IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IUmbracoMapper mapper
    View Source

    MapContentTypeUdi(IContentTypeComposition)

    Declaration
    public static Udi MapContentTypeUdi(IContentTypeComposition source)
    Parameters
    Type Name Description
    IContentTypeComposition source
    Returns
    Type Description
    Udi
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentTypeMapDefinition(CommonMapper, PropertyEditorCollection, IDataTypeService, IFileService, IContentTypeService, IMediaTypeService, IMemberTypeService, ILoggerFactory, IShortStringHelper, IOptions<GlobalSettings>, IHostingEnvironment)
      • ContentTypeMapDefinition(CommonMapper, PropertyEditorCollection, IDataTypeService, IFileService, IContentTypeService, IMediaTypeService, IMemberTypeService, ILoggerFactory, IShortStringHelper, IOptions<GlobalSettings>, IHostingEnvironment, IOptionsMonitor<ContentSettings>)
    • Methods
      • DefineMaps(IUmbracoMapper)
      • MapContentTypeUdi(IContentTypeComposition)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX