System.Web.UI.Design.DataSourceViewSchemaConverter Members

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

See Also: Inherited members from System.ComponentModel.TypeConverter

Public Constructors

Public Methods

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

Indicates whether the specified source type can be converted to the type of the associated control property.

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

Converts the specified object to the type of the associated control property.

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

Returns a list of available values that can be assigned to the associated control property.

GetStandardValues(System.ComponentModel.ITypeDescriptorContext, Type) : System.ComponentModel.TypeConverter.StandardValuesCollection

Returns a list of available values that can be assigned to the associated control property.

override
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) : bool

Indicates whether this converter returns a list containing all possible values that can be assigned to the associated control property.

override
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) : bool

Indicates whether this converter returns a set of available values for assignment to a control property within the specified context.