Mapper Extensions


Mapper Extensions is a simple object mapper implemented as a set of extension methods. Its goal is to map properties that belong to one object to another object, such as one might need to facilitate the use of Data Transfer Objects (DTOs).

Mapper Extensions accomplishes the following: