-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Mapping_Map
andrewvk edited this page Jun 23, 2016
·
9 revisions
Mapper helper class.
System.Object
CodeJam.Mapping.Map
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class MapVB
Public NotInheritable Class MapF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Map = class end
| Name | Description | |
|---|---|---|
![]()
|
GetMapper(TFrom, TTo)() | Returns a mapper to map an object of TFrom type to an object of TTo type. |
![]()
|
GetMapper(TFrom, TTo)(Func(MapperBuilder(TFrom, TTo), MapperBuilder(TFrom, TTo))) | Returns a mapper to map an object of TFrom type to an object of TTo type. |
