Show / Hide Table of Contents

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.

Back to top Powered by Volosoft