Show / Hide Table of Contents

Class AbpAutoMapperObjectMapperExtensions

Inheritance
object
AbpAutoMapperObjectMapperExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform