Completes U4-2929 Finish obsoleting the remaining legacy property editors

This commit is contained in:
Shannon
2013-10-21 18:36:46 +11:00
parent d8ff1e97b3
commit 70a1704b35
98 changed files with 149 additions and 35 deletions

View File

@@ -1,11 +1,13 @@
using System.ComponentModel;
using System;
using System.ComponentModel;
namespace umbraco.editorControls
{
/// <summary>
/// Abstract class for the Prevalue Editor options.
/// </summary>
public abstract class AbstractOptions
[Obsolete("IDataType and all other references to the legacy property editors are no longer used this will be removed from the codebase in future versions")]
public abstract class AbstractOptions
{
/// <summary>
/// Initializes a new instance of the <see cref="AbstractOptions"/> class.