Interface IAbpAutoMapperConfigurationContext
Namespace: Volo.Abp.AutoMapper
Assembly: Volo.Abp.AutoMapper.dll
Syntax
public interface IAbpAutoMapperConfigurationContext
Properties
MapperConfiguration
Declaration
IMapperConfigurationExpression MapperConfiguration { get; }
Property Value
Type | Description |
---|---|
IMapperConfigurationExpression |
ServiceProvider
Declaration
IServiceProvider ServiceProvider { get; }
Property Value
Type | Description |
---|---|
IServiceProvider |