Properly exposes the IRememberBeingDirty.ResetDirtyProperties required method

This commit is contained in:
Shannon
2013-10-10 19:03:59 +11:00
parent ee3fb3745c
commit 3ff4930e8a
5 changed files with 5 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ namespace Umbraco.Core.Models.EntityBase
/// Please note that resetting the dirty properties could potentially
/// obstruct the saving of a new or updated entity.
/// </remarks>
internal virtual void ResetDirtyProperties(bool rememberPreviouslyChangedProperties)
public virtual void ResetDirtyProperties(bool rememberPreviouslyChangedProperties)
{
if (rememberPreviouslyChangedProperties)
{