AB3649 - More refactor of Property to IProperty...

This commit is contained in:
Bjarke Berg
2019-11-08 15:10:05 +01:00
parent 4c963d5fb2
commit e5c3b1f8aa
36 changed files with 186 additions and 81 deletions

View File

@@ -33,7 +33,7 @@ namespace Umbraco.Web.Models.Mapping
/// Assigns the PropertyEditor, Id, Alias and Value to the property
/// </summary>
/// <returns></returns>
public virtual void Map(Property property, TDestination dest, MapperContext context)
public virtual void Map(IProperty property, TDestination dest, MapperContext context)
{
var editor = _propertyEditors[property.PropertyType.PropertyEditorAlias];
if (editor == null)