System.Web.UI.Design.DataMemberConverter: Method Members

The methods of System.Web.UI.Design.DataMemberConverter are listed below. For a list of all members, see the DataMemberConverter Members list.

See Also: Inherited members from System.ComponentModel.TypeConverter

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 data members present within the selected data source, if information about them is available.

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.