Property descriptors, type converters, and serializers used to coerce command layer types to and from strings.
Classes
| Class | Description | |
|---|---|---|
| AttributeMapTypeDescriptionProvider<(Of <(T>)>) |
A type description provider that serves up custom type descriptors that expose the
values in an IAttributeMap as properties.
| |
| SearchConverter |
Convert to and from the string form of a Search.
| |
| StratifiedDimConfigCollectionConverter |
Converts collections of [!:StratifiedDimVal]s to and from strings.
| |
| StringArrayConverter |
Type converter that converts arrays of strings to comma-delimited strings.
| |
| SuppressAttributesTypeDescriptionProvider<(Of <(T>)>) | ||
| TypeConverterUtility |
A collection helper methods for use when implementing type converters.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IAttributeMapProvider |
Helper interface to indicate that a class has an attribute map whose values should be
exposed as properties.
|