fluentsprings / ExpressMapper

Mapping .Net types
http://www.expressmapper.org
Other
310 stars 65 forks source link

Add support of mapping inheritance #97

Closed sergiorykov closed 8 years ago

sergiorykov commented 8 years ago

Like that https://github.com/AutoMapper/AutoMapper/wiki/Mapping-inheritance

I need to map two hierarchies using their base types only.

Actually, I can't figure out how to implement it.

sergiorykov commented 8 years ago

Found the same one #2. Number 2. What's a pity.