Show / Hide Table of Contents

Class AbpAutoMapperServiceCollectionExtensions

Inheritance
System.Object
AbpAutoMapperServiceCollectionExtensions
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.AutoMapper.dll
Syntax
public static class AbpAutoMapperServiceCollectionExtensions : object

Methods

AddAutoMapperObjectMapper(IServiceCollection)

Declaration
public static IServiceCollection AddAutoMapperObjectMapper(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
IServiceCollection

AddAutoMapperObjectMapper<TContext>(IServiceCollection)

Declaration
public static IServiceCollection AddAutoMapperObjectMapper<TContext>(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
IServiceCollection
Type Parameters
Name Description
TContext
Back to top Powered by Volosoft