Constructors
-
Type
List protected Initializes a new instance of the TypeListConverter class using the type array as the available types.Converter(Type[])
Methods
-
Can
Convert virtual Gets a value indicating whether this converter can convert the specified Type of the source object using the given context.From(IType Descriptor Context, Type) -
Can
Convert virtual Gets a value indicating whether this converter can convert an object to the given destination type using the context.To(IType Descriptor Context, Type) -
Convert
From(IType virtual Converts the specified object to the native type of the converter.Descriptor Context, Culture Info, Object) -
Convert
To(IType virtual Converts the given value object to the specified destination type.Descriptor Context, Culture Info, Object, Type) -
Get
Standard virtual Gets a collection of standard values for the data type this validator is designed for.Values(IType Descriptor Context) -
Get
Standard virtual Gets a value indicating whether the list of standard values returned from the GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method is an exclusive list.Values Exclusive(IType Descriptor Context) -
Get
Standard virtual Gets a value indicating whether this object supports a standard set of values that can be picked from a list using the specified context.Values Supported(IType Descriptor Context)