Adds Content, ContentStatus and ContentType implementations U4-922 and U4-923.

Hiding language property untill its fully implemented.
Making set on Parent Id private.
Resolves a naming conflict in DocumentExtensions and DefaultPublishedMediaStore.
This commit is contained in:
Morten@Thinkpad-X220
2012-10-03 10:26:50 -02:00
parent 2c39e4251f
commit 3d99cec04c
8 changed files with 954 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ namespace Umbraco.Core.Models
/// <summary>
/// Gets or Sets the Id of the Parent for the Content
/// </summary>
int ParentId { get; set; }
int ParentId { get; }
/// <summary>
/// Gets or Sets the Name of the Content