AccidentalFish.ApplicationSupport.Core.Mappers Namespace |
Class | Description | |
---|---|---|
![]() | AbstractBidirectionalMapperT1, T2 |
Base implementation for a bi-directional mapper. Implementations get a "map IEnumerable" implementation for free.
|
![]() | AbstractMapperT1, T2 |
Maps items from type T1 to T2. Implementations get an IEnumerable set mapper for free.
|
![]() | AbstractMapperWithContextT1, T2, T3 |
Abstract mapper that also takes a context object for more complex mapping logic
|
Interface | Description | |
---|---|---|
![]() | IBidirectionalMapperT1, T2 |
Interface for a bi-directional mapper.
|
![]() | IMapperT1, T2 |
Interface for a uni-directional mapper
|
![]() | IMapperWithContextT1, T2, T3 |
Abstract mapper that also takes a context object for more complex mapping logic
|