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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user