AutoMapper entry point.
Used to create low runtime overhead mapper for object or struct.
Mappings are compile-time checked.
It create a RuntimeAutoMapper that is an AutoMapper more suitable for runtime operation. It means that errors are thrown at runtime.
Map an object to another.
See Implementation
AutoMapper entry point.
Used to create low runtime overhead mapper for object or struct.
Mappings are compile-time checked.