-
Notifications
You must be signed in to change notification settings - Fork 36
create map convert using
Bert Loedeman edited this page Sep 11, 2015
·
3 revisions
Standard mapping is very useful in many situations. However, there are some scenarios in which mapping will not provide the expected result. That is where custom type converters come to play. This is an advanced topic, you can read more about it on the custom type converters page.
AutoMapperTS is Copyright © 2015 Bert Loedeman and other contributors under the MIT license.
Getting started
Mapping performance
Initialization (initialize)
Mapping configuration (createMap)
- forMember
- forSourceMember
- condition
- forAllMembers
- ignoreAllNonExisting
- convertToType
- convertUsing
- withProfile
Validation (assertConfigurationIsValid)
Mapping (map)
Currying
Custom type converters
Profiles
Chaining
Naming conventions
Asynchronous mapping
Flattening and nesting