Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@ -38,21 +38,15 @@ namespace System.Web.UI.Design
protected override void Dispose (bool disposing) { throw new NotImplementedException (); }
[MonoTODO]
#if NET_2_0
[Obsolete ("Use ControlDesigner.Tag instead")]
#endif
protected virtual void OnBehaviorAttached () { throw new NotImplementedException (); }
[MonoTODO]
#if NET_2_0
[Obsolete ("Use ControlDesigner.Tag instead")]
#endif
protected virtual void OnBehaviorDetaching () { throw new NotImplementedException (); }
[MonoTODO]
#if NET_2_0
[Obsolete ("Use DataBinding.Changed event instead")]
#endif
protected virtual void OnBindingsCollectionChanged (string propName) { throw new NotImplementedException (); }
[MonoTODO]
@ -65,27 +59,20 @@ namespace System.Web.UI.Design
protected override void PreFilterProperties (IDictionary properties) { throw new NotImplementedException (); }
[MonoTODO]
#if NET_2_0
[Obsolete ("Use ControlDesigner.Tag instead")]
#endif
public IHtmlControlDesignerBehavior Behavior { get { throw new NotImplementedException (); } set { throw new NotImplementedException (); } }
[MonoTODO]
public DataBindingCollection DataBindings { get { throw new NotImplementedException (); } }
[MonoTODO]
#if NET_2_0
[Obsolete ("Use new WebFormsRootDesigner feature instead. It is not used anymore", true)]
#endif
protected object DesignTimeElement { get { throw new NotImplementedException (); } }
[MonoTODO]
#if NET_2_0
[Obsolete ("Code serialization is not supported in 2.0 anymore")]
#endif
public virtual bool ShouldCodeSerialize { get { throw new NotImplementedException (); } set { throw new NotImplementedException (); } }
#if NET_2_0
public ExpressionBindingCollection Expressions {
get { throw new NotImplementedException (); }
}
@ -94,6 +81,5 @@ namespace System.Web.UI.Design
{
throw new NotImplementedException ();
}
#endif
}
}