-
Notifications
You must be signed in to change notification settings - Fork 36
create map ignore all non existing
Bert Loedeman edited this page Oct 17, 2015
·
2 revisions
#ignoreAllNonExisting If you use the createMap.ignoreAllNonExisting function, all non items which do not have a mapping specified for them are ignored while mapping.
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