Show / Hide Table of Contents

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft