Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyTypeGroupMapper<TPropertyType>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Mapping
    Assembly: Umbraco.Core.dll
    Syntax
    public class PropertyTypeGroupMapper<TPropertyType>
        where TPropertyType : PropertyTypeDisplay, new()
    Type Parameters
    Name Description
    TPropertyType

    Constructors

    View Source

    PropertyTypeGroupMapper(PropertyEditorCollection, IDataTypeService, IShortStringHelper, ILogger<PropertyTypeGroupMapper<TPropertyType>>)

    Declaration
    public PropertyTypeGroupMapper(PropertyEditorCollection propertyEditors, IDataTypeService dataTypeService, IShortStringHelper shortStringHelper, ILogger<PropertyTypeGroupMapper<TPropertyType>> logger)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors
    IDataTypeService dataTypeService
    IShortStringHelper shortStringHelper
    ILogger<PropertyTypeGroupMapper<TPropertyType>> logger

    Methods

    View Source

    Map(IContentTypeComposition)

    Declaration
    public IEnumerable<PropertyGroupDisplay<TPropertyType>> Map(IContentTypeComposition source)
    Parameters
    Type Name Description
    IContentTypeComposition source
    Returns
    Type Description
    IEnumerable<PropertyGroupDisplay<TPropertyType>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PropertyTypeGroupMapper(PropertyEditorCollection, IDataTypeService, IShortStringHelper, ILogger<PropertyTypeGroupMapper<TPropertyType>>)
    • Methods
      • Map(IContentTypeComposition)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX