Also part of: U4-6106 Threading/Performance issue with MappingResolver and LazyManyObjectsResolverbase/ManyObjectsResolverBase

This commit is contained in:
Shannon
2015-01-13 18:11:01 +11:00
parent b28d719ee6
commit 1a7fbf5927

View File

@@ -12,8 +12,8 @@ namespace Umbraco.Core.Persistence.Mappers
SourcePropertyName = sourcePropertyName;
}
public string SourcePropertyName { get; set; }
public Type Type { get; set; }
public PropertyInfo PropertyInfo { get; set; }
public string SourcePropertyName { get; private set; }
public Type Type { get; private set; }
public PropertyInfo PropertyInfo { get; private set; }
}
}