* UI/ParseChildrenAttribute.cs: fixed ChildControlType property to compliant to .net
authorVladimir Krasnov <krasnov@mono-cvs.ximian.com>
Tue, 8 Aug 2006 15:47:47 +0000 (15:47 -0000)
committerVladimir Krasnov <krasnov@mono-cvs.ximian.com>
Tue, 8 Aug 2006 15:47:47 +0000 (15:47 -0000)
commit1e2c9cee0c43b87bd5e54dffda36355b72df7f91
tree6963f8f87a3fcf8ab604ab040393aba2613541b6
parentec241c8423e55e8537c2f5a757f3900cf3349ee8
* UI/ParseChildrenAttribute.cs: fixed ChildControlType property to compliant to .net
* UI/UserControl.cs: fixed ParseChildren attribute to be compliant to .net
* WebControls/Content.cs:
* WebControls/Label.cs:
* WebControls/ListControl.cs:
* WebControls/MultiView.cs:
* WebControls/WebControl.cs: fixed ParseChildren attribute to be compliant to .net
* HtmlControls/HtmlTable.cs:
* HtmlControls/HtmlTableRow.cs: fixed ParseChildren attribute to be compliant to .net

svn path=/trunk/mcs/; revision=63490
12 files changed:
mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlTable.cs
mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlTableRow.cs
mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
mcs/class/System.Web/System.Web.UI.WebControls/Content.cs
mcs/class/System.Web/System.Web.UI.WebControls/Label.cs
mcs/class/System.Web/System.Web.UI.WebControls/ListControl.cs
mcs/class/System.Web/System.Web.UI.WebControls/MultiView.cs
mcs/class/System.Web/System.Web.UI.WebControls/WebControl.cs
mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/ParseChildrenAttribute.cs
mcs/class/System.Web/System.Web.UI/UserControl.cs