Namespace Volo.Abp.ObjectMapping
Classes
AbpAutoMapperObjectMapperExtensions
AbpObjectMappingModule
DefaultObjectMapper
DefaultObjectMapper<TContext>
NotImplementedAutoObjectMappingProvider
ObjectMapperExtensions
Interfaces
IAutoObjectMappingProvider
IAutoObjectMappingProvider<TContext>
IMapFrom<TSource>
IMapTo<TDestination>
IObjectMapper
Defines a simple interface to automatically map objects.
IObjectMapper<TContext>
Defines a simple interface to automatically map objects for a specific context.
IObjectMapper<TSource, TDestination>
Maps an object to another. Implement this interface to override object to object mapping for specific types.