| Interface | Description | |
|---|---|---|
| IPropertyEditor | A property editor converts strings to typed objects. | |
| IPropertyEditorRegistry | Defines a registry for property editors. | |
| ITypeConverter | Converts a string value to a typed object. |
| Class | Description | |
|---|---|---|
| PropertyEditorRegistrySupport | Default implementation of a property editor registry. | |
| SimpleTypeConverter | Simple implementation of the ITypeConverter interface. |