More code and tests written for deep cloning.

This commit is contained in:
Shannon
2014-04-16 11:23:00 +10:00
parent dcac5d4709
commit bb22f5a283
6 changed files with 98 additions and 85 deletions

View File

@@ -1,4 +1,4 @@
namespace Umbraco.Core.Models.EntityBase
namespace Umbraco.Core.Models
{
public interface IDeepCloneable
{

View File

@@ -194,7 +194,7 @@
<Compile Include="Models\ContentTypeCompositionBase.cs" />
<Compile Include="Models\ContentTypeExtensions.cs" />
<Compile Include="Models\ContentTypeSort.cs" />
<Compile Include="Models\EntityBase\IDeepCloneable.cs" />
<Compile Include="Models\IDeepCloneable.cs" />
<Compile Include="Models\EntityExtensions.cs" />
<Compile Include="Models\Folder.cs" />
<Compile Include="Models\IMemberGroup.cs" />