System.Web.UI.Design.DataSourceConverter Members

The members of System.Web.UI.Design.DataSourceConverter are listed below.

See Also: Inherited members from System.ComponentModel.TypeConverter

Public Constructors

Initializes a new instance of the System.Web.UI.Design.DataSourceConverter class.

Public Methods

override
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, Type) : bool

Gets a value indicating whether the converter can convert an object of the specified source type to the native type of the converter.

override
ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object

Converts the specified object to the native type of the converter.

override
GetStandardValues(System.ComponentModel.ITypeDescriptorContext) : System.ComponentModel.TypeConverter.StandardValuesCollection

Gets the standard data sources accessible to the control.

override
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) : bool

Gets a value indicating whether the collection of standard values returned from System.ComponentModel.TypeConverter.GetStandardValues is a list of all possible values.

override
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) : bool

Gets a value indicating whether the converter supports a standard set of values that can be picked from a list.

Protected Methods

IsValidDataSource(System.ComponentModel.IComponent) : bool

Indicates whether the specified component is a valid data source for this converter.