Class AbpAutoMapperServiceCollectionExtensions
Inheritance
object
AbpAutoMapperServiceCollectionExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.AutoMapper.dll
Syntax
public static class AbpAutoMapperServiceCollectionExtensions
Methods
AddAutoMapperObjectMapper(IServiceCollection)
Declaration
public static IServiceCollection AddAutoMapperObjectMapper(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Returns
| Type | Description |
|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection |
AddAutoMapperObjectMapper<TContext>(IServiceCollection)
Declaration
public static IServiceCollection AddAutoMapperObjectMapper<TContext>(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Returns
| Type | Description |
|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection |
Type Parameters
| Name | Description |
|---|---|
| TContext |