View Source
Class TabsAndPropertiesMapper<TSource>
Creates the tabs collection with properties assigned for display models
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class TabsAndPropertiesMapper<TSource> : TabsAndPropertiesMapper where TSource : IContentBase
Type Parameters
Constructors
View Source
TabsAndPropertiesMapper(ICultureDictionary, ILocalizedTextService, IContentTypeBaseServiceProvider)
Declaration
public TabsAndPropertiesMapper(ICultureDictionary cultureDictionary, ILocalizedTextService localizedTextService, IContentTypeBaseServiceProvider contentTypeBaseServiceProvider)
Parameters
Methods
View Source
Map(TSource, MapperContext)
Declaration
public virtual IEnumerable<Tab<ContentPropertyDisplay>> Map(TSource source, MapperContext context)
Parameters
Returns