Class AbpBackgroundJobsEntityFrameworkCoreTestModule
Implements
Inherited Members
Namespace: Volo.Abp.BackgroundJobs.EntityFrameworkCore
Assembly: Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests.dll
Syntax
[DependsOn(new Type[] { typeof(AbpBackgroundJobsTestBaseModule), typeof(AbpBackgroundJobsEntityFrameworkCoreModule), typeof(AbpEntityFrameworkCoreSqliteModule) })]
public class AbpBackgroundJobsEntityFrameworkCoreTestModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpBackgroundJobsEntityFrameworkCoreTestModule()
Declaration
public AbpBackgroundJobsEntityFrameworkCoreTestModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |