View Source
Class TabsAndPropertiesMapper
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class TabsAndPropertiesMapper
Constructors
View Source
TabsAndPropertiesMapper(ICultureDictionary, ILocalizedTextService)
Declaration
protected TabsAndPropertiesMapper(ICultureDictionary cultureDictionary, ILocalizedTextService localizedTextService)
Parameters
View Source
TabsAndPropertiesMapper(ICultureDictionary, ILocalizedTextService, IEnumerable<String>)
Declaration
protected TabsAndPropertiesMapper(ICultureDictionary cultureDictionary, ILocalizedTextService localizedTextService, IEnumerable<string> ignoreProperties)
Parameters
Properties
View Source
CultureDictionary
Declaration
protected ICultureDictionary CultureDictionary { get; }
Property Value
View Source
IgnoreProperties
Declaration
protected IEnumerable<string> IgnoreProperties { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
View Source
LocalizedTextService
Declaration
protected ILocalizedTextService LocalizedTextService { get; }
Property Value
Methods
View Source
GetCustomGenericProperties(IContentBase)
Returns a collection of custom generic properties that exist on the generic properties tab
Declaration
protected virtual IEnumerable<ContentPropertyDisplay> GetCustomGenericProperties(IContentBase content)
Parameters
Returns
View Source
MapGenericProperties(IContentBase, List<Tab<ContentPropertyDisplay>>, MapperContext)
Maps properties on to the generic properties tab
Declaration
protected virtual void MapGenericProperties(IContentBase content, List<Tab<ContentPropertyDisplay>> tabs, MapperContext context)
Parameters
Remarks
View Source
MapProperties(IContentBase, List<IProperty>, MapperContext)
Declaration
protected virtual List<ContentPropertyDisplay> MapProperties(IContentBase content, List<IProperty> properties, MapperContext context)
Parameters
Returns