Simplifies the IContentSection so that there's no nesting of interface classes and updates some unit tests

This commit is contained in:
Shannon
2013-09-16 15:52:59 +10:00
parent 81b43545c1
commit 09b68a75be
65 changed files with 577 additions and 504 deletions

View File

@@ -10,12 +10,12 @@ namespace Umbraco.Core.Configuration.BaseRest
private bool? _enabled;
internal protected override void ResetSection()
{
base.ResetSection();
//internal protected override void ResetSection()
//{
// base.ResetSection();
_enabled = null;
}
// _enabled = null;
//}
[ConfigurationProperty("", IsKey = false, IsRequired = false, IsDefaultCollection = true)]
public ExtensionElementCollection Items