Profile being added
Create a mapping between Source and Destination without initializing the Mapper
the Source model
the Destination model
Dispose Mappings and Profiles created on the Mapper singleton
Initialize Mapper
Config function callback
Map from Source to Destination
the sourceObj that are going to be mapped
the Destination model to receive the mapped values
Optional mapping option
Map from a list of Source to a list of Destination
the sourceObj that are going to be mapped
the Destination model to receive the mapped values
Optional mapping option
Map from a list of Source to a list of Destination async. Mapping operation will be run as a micro task.
the sourceObj that are going to be mapped
the Destination model to receive the mapped values
Optional mapping option
Promise that resolves a TDestination[]
Map from Source to Destination Async. Mapping operation will be run as a micro task.
the sourceObj that are going to be mapped
the Destination model to receive the mapped values
Optional mapping option
Promise that resolves TDestination
Generated using TypeDoc
Add MappingProfile to the current instance of AutoMapper