Show / Hide Table of Contents

Interface IAbpApplicationWithExternalServiceProvider

Inherited Members
IAbpApplication.StartupModuleType
IAbpApplication.Services
IAbpApplication.ServiceProvider
IAbpApplication.Shutdown()
IModuleContainer.Modules
Namespace: Volo.Abp
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpApplicationWithExternalServiceProvider : IAbpApplication, IModuleContainer, IDisposable

Methods

Initialize(IServiceProvider)

Declaration
void Initialize(IServiceProvider serviceProvider)
Parameters
Type Name Description
IServiceProvider serviceProvider

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