Show / Hide Table of Contents

Interface IAbpApplicationWithInternalServiceProvider

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

Methods

Initialize()

Declaration
void Initialize()

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