System.Web.UI.WebControls.WebParts.(IWebPartRow|IWebPartRowCallback) from referencesource
authorkasthack <kasthack@epicm.org>
Sun, 20 Sep 2015 05:00:14 +0000 (08:00 +0300)
committerkasthack <kasthack@epicm.org>
Sun, 20 Sep 2015 05:00:14 +0000 (08:00 +0300)
mcs/class/System.Web/System.Web.UI.WebControls.WebParts/IWebPartRow.cs [deleted file]
mcs/class/System.Web/System.Web.dll.sources

diff --git a/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/IWebPartRow.cs b/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/IWebPartRow.cs
deleted file mode 100644 (file)
index f5bcdcd..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-//
-// System.Web.UI.WebControls.WebParts.IWebPartRow.cs
-//
-// Authors:
-//      Sanjay Gupta (gsanjay@novell.com)
-//
-// (C) 2004 Novell, Inc (http://www.novell.com)
-//
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-
-
-using System.ComponentModel;
-
-namespace System.Web.UI.WebControls.WebParts
-{
-       public interface IWebPartRow
-       {
-               void GetRowData (RowCallback callback);
-               PropertyDescriptorCollection Schema { get; }
-       }
-
-       public delegate void RowCallback (object rowData);
-}
-
index 59b4f9b45f14b5474c2dd664c2c094c94f989faa..b815da86a2b34508c1fd0571d00c5176837f9ec4 100644 (file)
@@ -1140,7 +1140,7 @@ System.Web.UI.WebControls.WebParts/IWebPart.cs
 System.Web.UI.WebControls.WebParts/IWebPartHttpHandler.cs
 System.Web.UI.WebControls.WebParts/IWebPartField.cs
 System.Web.UI.WebControls.WebParts/IWebPartParameters.cs
-System.Web.UI.WebControls.WebParts/IWebPartRow.cs
+../../../external/referencesource/System.Web/UI/WebParts/IWebPartRow.cs
 System.Web.UI.WebControls.WebParts/IWebPartTable.cs
 System.Web.UI.WebControls.WebParts/Part.cs
 System.Web.UI.WebControls.WebParts/PartChromeState.cs
@@ -1340,6 +1340,7 @@ System.Web/DynamicModuleManager.cs
 ../../../external/referencesource/System.Web/UI/WebParts/WebBrowsableAttribute.cs
 ../../../external/referencesource/System.Web/UI/WebParts/WebDescriptionAttribute.cs
 ../../../external/referencesource/System.Web/UI/WebParts/WebDisplayNameAttribute.cs
+../../../external/referencesource/System.Web/UI/WebParts/RowCallback.cs
 
 ../../../external/referencesource/System.Web/WebSockets/AspNetWebSocketOptions.cs
 ../../../external/referencesource/System.Web/WebSockets/SubprotocolUtil.cs