-
Notifications
You must be signed in to change notification settings - Fork 35
N_CodeJam_Mapping
Andrew Koryavchenko edited this page Jul 4, 2017
·
7 revisions
The CodeJam.Mapping namespace contains classes and interfaces to suuport metadata reader.
Class | Description | |
---|---|---|
CodeJamConvertException | Defines the base class for the namespace exceptions. | |
CodeJamMappingException | Defines the base class for the namespace exceptions. | |
Convert(TFrom, TTo) | Provides data convertion functionality. | |
Converter | Provides data convertion functionality. | |
ConvertTo(TTo) | A helper class to convert a value of TTo type. | |
DefaultValue | Provides default value service. | |
DefaultValue(T) | Provides default value service. | |
Map | Mapper helper class. | |
Mapper(TFrom, TTo) | Maps an object of TFrom type to an object of TTo type. | |
MapperBuilder(TFrom, TTo) | Builds a mapper that maps an object of TFrom type to an object of TTo type. | |
MappingSchema | Providers object / value mapping support. | |
MapValue | Mapping value. | |
MapValueAttribute | Uses to define for enumtype. | |
ScalarTypeAttribute | Defines target type as scalar type. |
Interface | Description | |
---|---|---|
IMapperBuilder | Builds a mapper that maps an object of TFrom type to an object of TTo type. |