Search Results for

    Show / Hide Table of Contents
    View Source

    Class TabsAndPropertiesMapper<TSource>

    Creates the tabs collection with properties assigned for display models

    Inheritance
    System.Object
    TabsAndPropertiesMapper
    Namespace: Umbraco.Cms.Core.Models.Mapping
    Assembly: Umbraco.Core.dll
    Syntax
    public class TabsAndPropertiesMapper<TSource> : TabsAndPropertiesMapper where TSource : IContentBase
    Type Parameters
    Name Description
    TSource

    Constructors

    View Source

    TabsAndPropertiesMapper(ICultureDictionary, ILocalizedTextService, IContentTypeBaseServiceProvider)

    Declaration
    public TabsAndPropertiesMapper(ICultureDictionary cultureDictionary, ILocalizedTextService localizedTextService, IContentTypeBaseServiceProvider contentTypeBaseServiceProvider)
    Parameters
    Type Name Description
    ICultureDictionary cultureDictionary
    ILocalizedTextService localizedTextService
    IContentTypeBaseServiceProvider contentTypeBaseServiceProvider

    Methods

    View Source

    Map(TSource, MapperContext)

    Declaration
    public virtual IEnumerable<Tab<ContentPropertyDisplay>> Map(TSource source, MapperContext context)
    Parameters
    Type Name Description
    TSource source
    MapperContext context
    Returns
    Type Description
    IEnumerable<Tab<ContentPropertyDisplay>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TabsAndPropertiesMapper(ICultureDictionary, ILocalizedTextService, IContentTypeBaseServiceProvider)
    • Methods
      • Map(TSource, MapperContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX