Class BackgroundJobsMongoDbContext
Inheritance
BackgroundJobsMongoDbContext
Assembly: Volo.Abp.BackgroundJobs.MongoDB.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpBackgroundJobs")]
public class BackgroundJobsMongoDbContext : AbpMongoDbContext, ITransientDependency, IBackgroundJobsMongoDbContext, IAbpMongoDbContext
Constructors
BackgroundJobsMongoDbContext()
Declaration
public BackgroundJobsMongoDbContext()
Properties
BackgroundJobs
Declaration
public IMongoCollection<BackgroundJobRecord> BackgroundJobs { get; set; }
Property Value
Methods
CreateModel(IMongoModelBuilder)
Declaration
protected override void CreateModel(IMongoModelBuilder modelBuilder)
Parameters
Overrides
Implements
Extension Methods