Show / Hide Table of Contents

Class BackgroundJobsDbContextModelCreatingExtensions

Inheritance
System.Object
BackgroundJobsDbContextModelCreatingExtensions
Namespace: Volo.Abp.BackgroundJobs.EntityFrameworkCore
Assembly: Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll
Syntax
public static class BackgroundJobsDbContextModelCreatingExtensions : object

Methods

ConfigureBackgroundJobs(ModelBuilder, Action<BackgroundJobsModelBuilderConfigurationOptions>)

Declaration
public static void ConfigureBackgroundJobs(this ModelBuilder builder, Action<BackgroundJobsModelBuilderConfigurationOptions> optionsAction = null)
Parameters
Type Name Description
ModelBuilder builder
Action<BackgroundJobsModelBuilderConfigurationOptions> optionsAction
Back to top Powered by Volosoft