View Source
Class PropertyTypeGroupMapper<TPropertyType>
Inheritance
System.Object
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
Methods
View Source
Map(IContentTypeComposition)
Declaration
public IEnumerable<PropertyGroupDisplay<TPropertyType>> Map(IContentTypeComposition source)
Parameters
Returns