Refactored the ManifestContentAppDefinition to have a factory and a seperate data class.

This commit is contained in:
Bjarke Berg
2018-12-06 10:02:23 +01:00
parent f26353a34e
commit aee6156a09
18 changed files with 212 additions and 158 deletions

View File

@@ -1,13 +1,15 @@
using System.Collections.Generic;
using Umbraco.Core.Manifest;
using Umbraco.Core.Models.Membership;
namespace Umbraco.Core.Models.ContentEditing
{
/// <summary>
/// Represents a content app definition.
/// </summary>
public interface IContentAppDefinition
public interface IContentAppFactory
{
/// <summary>
/// Gets the content app for an object.