TB.ComponentModel Namespace |
Class | Description | |
---|---|---|
ConversionArgs |
Provides arguments for a type conversion.
| |
ConversionCollection |
Defines a list of conversions.
| |
ConversionOptions |
Defines the options of a conversion.
| |
ConversionResultT |
Represents the result of a conversion.
| |
DataRecordExtension |
Provides extension methods for DataRows and DataRowViews.
| |
DataRowExtension |
Provides extension methods for DataRows and DataRowViews.
| |
DictionaryExtension |
Provides extension methods for dictionaries.
| |
EnumerableConversionT |
Controls the iteration over the result of converting a list of values.
| |
EnumerableExtension |
Provides extension methods for converting enumerables.
| |
InstantiationException |
The exception that is thrown when the instantiation of an object failed.
| |
InvalidConversionException |
The exception that is thrown when a conversion is invalid.
| |
ObjectExtension |
Provides extension methods for converting object instances.
| |
TypeConverter |
Defines a type converter.
| |
TypeValueDictionary |
Represents a collection of pairs of types and their default return values.
| |
UniversalTypeConverter |
Defines the default type converter.
| |
ValueMappingTSource, TDestination |
Defines the mapping of a specific source value.
| |
ValueMappingCollection |
Represents a list of mappings of specific source values to specific return values.
The list is implemented as 'Last In – First Out' (LIFO).
|
Interface | Description | |
---|---|---|
IConversionOptions |
Defines the options of a conversion.
| |
ITypeConversion |
Defines a conversion.
| |
ITypeConverter |
Defines a type converter.
| |
IValueMapping |
Defines the mapping of specific source values to specific destination values.
|
Enumeration | Description | |
---|---|---|
ByteArrayFormat |
Defines the format used when converting an array of bytes to its equivalent string representation and vice versa.
| |
ConstructorResolvingMode |
Defines the mode used when resolving a constructor by a given parameter type.
| |
ConversionPriority |
Defines the priority of a conversion.
| |
DateTimeLongMeaning |
Defines the meaning of a Long value when converting to DateTime.
| |
IncompatibleDataColumnTypeHandling |
Defines how a type is handled if not valid for a DataColumn of a DataTable.
| |
PropertyResolvingMode |
Defines the mode used when resolving a property by a given type.
|