DataSourceBooleanViewSchemaConverter Members
.NET Framework 3.0
Provides a type converter for a property representing a Boolean field in a data source schema.
The following tables list the members exposed by the DataSourceBooleanViewSchemaConverter type.
| Name | Description | |
|---|---|---|
| DataSourceBooleanViewSchemaConverter | Creates a new instance of the DataSourceBooleanViewSchemaConverter class. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CanConvertFrom | Overloaded. Indicates whether the specified source type can be converted to the type of the associated control property. (inherited from DataSourceViewSchemaConverter) |
| CanConvertTo | Overloaded. Returns whether this converter can convert the object to the specified type. (inherited from TypeConverter) |
| ConvertFrom | Overloaded. Converts the specified object to the type of the associated control property. (inherited from DataSourceViewSchemaConverter) |
| ConvertFromInvariantString | Overloaded. Converts the value to a type of this converter, using the invariant culture. (inherited from TypeConverter) |
| ConvertFromString | Overloaded. Converts the specified text to an object. (inherited from TypeConverter) |
| ConvertTo | Overloaded. Converts the given value object to the specified type. (inherited from TypeConverter) |
| ConvertToInvariantString | Overloaded. Converts the specified value to a culture-invariant string representation. (inherited from TypeConverter) |
| ConvertToString | Overloaded. Converts the specified value to a string representation. (inherited from TypeConverter) |
| CreateInstance | Overloaded. Re-creates an Object given a set of property values for the object. (inherited from TypeConverter) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetCreateInstanceSupported | Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. (inherited from TypeConverter) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetProperties | Overloaded. Returns a collection of properties for the type of array specified by the value parameter. (inherited from TypeConverter) |
| GetPropertiesSupported | Overloaded. Returns whether this object supports properties. (inherited from TypeConverter) |
| GetStandardValues | Overloaded. Returns a list of available Boolean values that can be assigned to the associated field. |
| GetStandardValuesExclusive | Overloaded. Indicates whether this converter returns a list containing all possible values that can be assigned to the associated control property. (inherited from DataSourceViewSchemaConverter) |
| GetStandardValuesSupported | Overloaded. Indicates whether this converter returns a set of available values for assignment to the associated control property. (inherited from DataSourceViewSchemaConverter) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IsValid | Overloaded. Returns whether the given value object is valid for this type. (inherited from TypeConverter) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetConvertFromException | Returns an exception to throw when a conversion cannot be performed. (inherited from TypeConverter) |
| GetConvertToException | Returns an exception to throw when a conversion cannot be performed. (inherited from TypeConverter) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| SortProperties | Sorts a collection of properties. (inherited from TypeConverter) |
Community Additions
ADD
Show: