Merge origin/dev-v7.6 into dev-v8-zbwip (builds, not tested)

This commit is contained in:
Stephan
2016-11-23 10:33:12 +01:00
171 changed files with 3049 additions and 2024 deletions

View File

@@ -12,5 +12,21 @@
/// <returns>The strongly-typed model representing the published content, or the published content
/// itself it the factory has no model for that content type.</returns>
IPublishedContent CreateModel(IPublishedContent content);
T CreateModel<T>(IPublishedFragment content);
// fixme
// and we'd need a
// PublishedContentModel = ContentModel : ContentWrapper
// PublishedFragmentModel = FragmentModel : FragmentWrapper
//
// ModelFactory.Meta.Model("thing").ClrType (find the our post?)
//
// then
// make a plan to get NestedContent in
// and an equivalent of Vorto with different syntax
//
// then
// VARIANTS ARCHITECTURE FFS!
}
}