PluginManager TLC from v7

This commit is contained in:
Stephan
2017-03-05 11:51:20 +01:00
parent 3576794a64
commit 824cf30e2e
21 changed files with 737 additions and 685 deletions

View File

@@ -1,9 +1,11 @@
namespace Umbraco.Core.Components
using Umbraco.Core.Plugins;
namespace Umbraco.Core.Components
{
/// <summary>
/// Represents an Umbraco component.
/// </summary>
public interface IUmbracoComponent
public interface IUmbracoComponent : IDiscoverable
{
/// <summary>
/// Composes the component.