System.Web.UI.Design.HierarchicalDataSourceConverter Class

Provides a type converter that can retrieve a list of the hierarchical data sources that are accessible to the current component.

See Also: HierarchicalDataSourceConverter Members

Syntax

public class HierarchicalDataSourceConverter : DataSourceConverter

Remarks

The System.Web.UI.Design.HierarchicalDataSourceConverter class provides methods that can be used to retrieve a list of the hierarchical data sources that are accessible to the current design-time component.

The System.Web.UI.Design.HierarchicalDataSourceConverter type converter is used by Microsoft Visual Studio to provide the values that appear in the list of data sources in the Properties window.

Note:

You should never access a type converter directly. Instead, call the appropriate converter by using the System.ComponentModel.TypeDescriptor class. For more information, see the examples in System.ComponentModel.TypeConverter.

For more information about type converters, see the System.ComponentModel.TypeConverter base class and How to: Implement a Type Converter.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0