System.Web.UI.ListSourceHelper Class

Used by data source controls when implementing the members defined by the System.ComponentModel.IListSource interface. This class cannot be inherited.

See Also: ListSourceHelper Members

Syntax

public static class ListSourceHelper

Remarks

The System.Web.UI.ListSourceHelper class is a utility class provided to simplify implementation of the System.ComponentModel.IListSource interface by data source controls. Data source controls that implement the System.Web.UI.IDataSource interface but do not extend the System.Web.UI.DataSourceControl class can use the static System.Web.UI.ListSourceHelper methods in their own implementations of the methods defined by the System.ComponentModel.IListSource interface. Data source controls that extend from the System.Web.UI.DataSourceControl class inherit these method implementations automatically.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0