Removing PropertyValues-method from Content and Media and making it an extension method instead.

Adding the PropertyEditor model as internal to slowly adopt it using a slightly different model approach then in v5.
Minor refactoring of IEntity/Entity.
This commit is contained in:
Morten@Thinkpad-X220
2012-10-05 11:03:08 -02:00
parent fe7d57ce12
commit dc1689bdf2
20 changed files with 473 additions and 102 deletions

View File

@@ -12,7 +12,7 @@ namespace Umbraco.Core.Models
[DataContract(IsReference = true)]
public class Relation : Entity
{
//NOTE: The datetime column from umbracoRelation is set on CreatedDate on the Entity
//NOTE: The datetime column from umbracoRelation is set on CreateDate on the Entity
private int _parentId;
private int _childId;
private RelationType _relationType;