Adds MediaFactory implementation U4-985

Adds MediaRepository implementation U4-957
Refactoring ContentType and MediaType to have parent id as constructor dependency.
Refactoring PropertyFactory to work for both Content and Media.
Adding Version property to Media.
This commit is contained in:
Morten@Thinkpad-X220
2012-10-09 11:53:22 -02:00
parent 0d9bb02a9c
commit a9939ac183
13 changed files with 374 additions and 74 deletions

View File

@@ -23,11 +23,6 @@ namespace Umbraco.Core.Models
/// </summary>
//string Language { get; set; }
/// <summary>
/// Gets the Guid Id of the Content's Version
/// </summary>
Guid Version { get; }
/// <summary>
/// Gets or Sets the date the Content should be released and thus be published
/// </summary>