Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeMapDefinition

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

    Constructors

    View Source

    DataTypeMapDefinition(PropertyEditorCollection, ILogger<DataTypeMapDefinition>, IOptions<ContentSettings>, IConfigurationEditorJsonSerializer)

    Declaration
    public DataTypeMapDefinition(PropertyEditorCollection propertyEditors, ILogger<DataTypeMapDefinition> logger, IOptions<ContentSettings> contentSettings, IConfigurationEditorJsonSerializer serializer)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors
    ILogger<DataTypeMapDefinition> logger
    IOptions<ContentSettings> contentSettings
    IConfigurationEditorJsonSerializer serializer

    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
      • DataTypeMapDefinition(PropertyEditorCollection, ILogger<DataTypeMapDefinition>, IOptions<ContentSettings>, IConfigurationEditorJsonSerializer)
    • Methods
      • DefineMaps(IUmbracoMapper)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX