Updating Template to have a lazy master template id.

Adding a few new methods to the DataTypeService, which were needed for the import of DataTypes.
Adding bulk saving of templates.
Adding TopologicalSorter for sorting dependencies.
Implementing import of DataTypes and Templates.
Renaming the import test fixture for consistency after having creating the PackagingService.
This commit is contained in:
Morten Christensen
2013-03-20 20:31:44 -01:00
parent d0787e92fe
commit b9ea85d29d
12 changed files with 399 additions and 29 deletions

View File

@@ -52,7 +52,7 @@ namespace Umbraco.Core.Models
internal string NodePath { get; set; }
[DataMember]
internal int MasterTemplateId { get; set; }
internal Lazy<int> MasterTemplateId { get; set; }
[DataMember]
internal string MasterTemplateAlias { get; set; }