Class AbpAutoMapperObjectMapperExtensions
Inherited Members
Namespace: Volo.Abp.ObjectMapping
Assembly: Volo.Abp.AutoMapper.dll
Syntax
public static class AbpAutoMapperObjectMapperExtensions
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 |