Show / Hide Table of Contents

Class AbpAutoMapperObjectMapperExtensions

Inheritance
System.Object
AbpAutoMapperObjectMapperExtensions
Namespace: Volo.Abp.ObjectMapping
Assembly: Volo.Abp.AutoMapper.dll
Syntax
public static class AbpAutoMapperObjectMapperExtensions : object

Methods

GetMapper(IAutoObjectMappingProvider)

Declaration
public static IMapper GetMapper(this IAutoObjectMappingProvider autoObjectMappingProvider)
Parameters
Type Name Description
IAutoObjectMappingProvider autoObjectMappingProvider
Returns
Type Description
IMapper

GetMapper(IObjectMapper)

Declaration
public static IMapper GetMapper(this IObjectMapper objectMapper)
Parameters
Type Name Description
IObjectMapper objectMapper
Returns
Type Description
IMapper
Back to top Powered by Volosoft