automapper ~master (2019-01-24T20:09:57Z)
Dub
Repo
AutoMapper.map
automapper
AutoMapper
Map an object to another.
TDest
map
(TSource source)
class
AutoMapper
(MC)
TDest
map
(
TDest
TSource
)
(
TSource
source
)
if
(
isClassOrStruct
!
TSource
&&
isClassOrStruct
!
TDest
)
if
(
is
(
MC
:
MapperConfiguration
!(
C
),
C
)
)
TDest
map
(TSource source)
TDest
map
(TSource source)
Parameters
source
TSource
The type to map Retuns: The mapped object
Meta
Source
See Implementation
automapper
AutoMapper
constructors
this
functions
createRuntimeContext
map
transform
Map an object to another.