Skip to content

N_CodeJam_Mapping

andrewvk edited this page Jun 23, 2016 · 7 revisions

CodeJam.Mapping Namespace

[Missing

documentation for "N:CodeJam.Mapping"]

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 class Map Mapper helper class.
Public class 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