[]
For internal use.
public abstract class BaseExpandableConverter : ExpandableObjectConverter
Name | Description |
---|---|
BaseExpandableConverter() |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context. |
GetCreateInstanceSupported(ITypeDescriptorContext) | Returns whether changing a value on this object requires a call to CreateInstance(IDictionary) to create a new value, using the specified context. |
GetProperties(ITypeDescriptorContext, object, Attribute[], string[]) | Gets the properties. |
GetPropertiesSupported(ITypeDescriptorContext) | Gets a value indicating whether this object supports properties using the specified context. |