Skip to content

N_CodeJam_Mapping

Andrew Koryavchenko edited this page Jul 4, 2017 · 7 revisions

CodeJam.Mapping Namespace

The CodeJam.Mapping namespace contains classes and interfaces to suuport metadata reader.

Classes

 

Class Description
Public class CodeJamConvertException Defines the base class for the namespace exceptions.
Public class CodeJamMappingException Defines the base class for the namespace exceptions.
Public class Convert(TFrom, TTo) Provides data convertion functionality.
Public class Converter Provides data convertion functionality.
Public class ConvertTo(TTo) A helper class to convert a value of TTo type.
Public class DefaultValue Provides default value service.
Public class DefaultValue(T) Provides default value service.
Public classCode example Map Mapper helper class.
Public classCode example Mapper(TFrom, TTo) Maps an object of TFrom type to an object of TTo type.
Public class MapperBuilder(TFrom, TTo) Builds a mapper that maps an object of TFrom type to an object of TTo type.
Public class MappingSchema Providers object / value mapping support.
Public class MapValue Mapping value.
Public class MapValueAttribute Uses to define for enumtype.
Public class ScalarTypeAttribute Defines target type as scalar type.

Interfaces

 

Interface Description
Public interface IMapperBuilder Builds a mapper that maps an object of TFrom type to an object of TTo type.
 
Clone this wiki locally