DataSourceBooleanViewSchemaConverter Class

 

Provides a type converter for a property representing a Boolean field in a data source schema.

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

System::Object
  System.ComponentModel::TypeConverter
    System.Web.UI.Design::DataSourceViewSchemaConverter
      System.Web.UI.Design::DataSourceBooleanViewSchemaConverter

[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)]
public ref class DataSourceBooleanViewSchemaConverter : DataSourceViewSchemaConverter

NameDescription
System_CAPS_pubmethodDataSourceBooleanViewSchemaConverter()

Creates a new instance of the DataSourceBooleanViewSchemaConverter class.

NameDescription
System_CAPS_pubmethodCanConvertFrom(ITypeDescriptorContext^, Type^)

Indicates whether the specified source type can be converted to the type of the associated control property.(Inherited from DataSourceViewSchemaConverter.)

System_CAPS_pubmethodCanConvertFrom(Type^)

Returns whether this converter can convert an object of the given type to the type of this converter.(Inherited from TypeConverter.)

System_CAPS_pubmethodCanConvertTo(ITypeDescriptorContext^, Type^)

Returns whether this converter can convert the object to the specified type, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodCanConvertTo(Type^)

Returns whether this converter can convert the object to the specified type.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFrom(ITypeDescriptorContext^, CultureInfo^, Object^)

Converts the specified object to the type of the associated control property.(Inherited from DataSourceViewSchemaConverter.)

System_CAPS_pubmethodConvertFrom(Object^)

Converts the given value to the type of this converter.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromInvariantString(ITypeDescriptorContext^, String^)

Converts the given string to the type of this converter, using the invariant culture and the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromInvariantString(String^)

Converts the given string to the type of this converter, using the invariant culture.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, CultureInfo^, String^)

Converts the given text to an object, using the specified context and culture information.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, String^)

Converts the given text to an object, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(String^)

Converts the specified text to an object.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertTo(ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

Converts the given value object to the specified type, using the specified context and culture information.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertTo(Object^, Type^)

Converts the given value object to the specified type, using the arguments.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToInvariantString(ITypeDescriptorContext^, Object^)

Converts the specified value to a culture-invariant string representation, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToInvariantString(Object^)

Converts the specified value to a culture-invariant string representation.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, CultureInfo^, Object^)

Converts the given value to a string representation, using the specified context and culture information.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, Object^)

Converts the given value to a string representation, using the given context.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(Object^)

Converts the specified value to a string representation.(Inherited from TypeConverter.)

System_CAPS_pubmethodCreateInstance(IDictionary^)

Re-creates an Object given a set of property values for the object.(Inherited from TypeConverter.)

System_CAPS_pubmethodCreateInstance(ITypeDescriptorContext^, IDictionary^)

Creates an instance of the type that this TypeConverter is associated with, using the specified context, given a set of property values for the object.(Inherited from TypeConverter.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_protmethodGetConvertFromException(Object^)

Returns an exception to throw when a conversion cannot be performed.(Inherited from TypeConverter.)

System_CAPS_protmethodGetConvertToException(Object^, Type^)

Returns an exception to throw when a conversion cannot be performed.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetCreateInstanceSupported()

Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetCreateInstanceSupported(ITypeDescriptorContext^)

Returns whether changing a value on this object requires a call to CreateInstance to create a new value, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^)

Returns a collection of properties for the type of array specified by the value parameter, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^, array<Attribute^>^)

Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(Object^)

Returns a collection of properties for the type of array specified by the value parameter.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetPropertiesSupported()

Returns whether this object supports properties.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetPropertiesSupported(ITypeDescriptorContext^)

Returns whether this object supports properties, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValues()

Returns a collection of standard values from the default context for the data type this type converter is designed for.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValues(ITypeDescriptorContext^)

Returns a list of available Boolean values that can be assigned to the associated field.(Overrides DataSourceViewSchemaConverter::GetStandardValues(ITypeDescriptorContext^).)

System_CAPS_pubmethodGetStandardValues(ITypeDescriptorContext^, Type^)

Returns a list of available values that can be assigned to the associated control property.(Inherited from DataSourceViewSchemaConverter.)

System_CAPS_pubmethodGetStandardValuesExclusive()

Returns whether the collection of standard values returned from GetStandardValues is an exclusive list.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesExclusive(ITypeDescriptorContext^)

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

System_CAPS_pubmethodGetStandardValuesSupported()

Returns whether this object supports a standard set of values that can be picked from a list.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesSupported(ITypeDescriptorContext^)

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

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIsValid(ITypeDescriptorContext^, Object^)

Returns whether the given value object is valid for this type and for the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodIsValid(Object^)

Returns whether the given value object is valid for this type.(Inherited from TypeConverter.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodSortProperties(PropertyDescriptorCollection^, array<String^>^)

Sorts a collection of properties.(Inherited from TypeConverter.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: