Show / Hide Table of Contents

Class CmsKitProDbContext

Inheritance
object
CmsKitProDbContext
Implements
ICmsKitProDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
IAsyncDisposable
Namespace: Volo.CmsKit.EntityFrameworkCore
Assembly: Volo.CmsKit.Pro.EntityFrameworkCore.dll
Syntax
public class CmsKitProDbContext : AbpDbContext<CmsKitProDbContext>, ICmsKitProDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Constructors

CmsKitProDbContext(DbContextOptions<CmsKitProDbContext>)

Declaration
public CmsKitProDbContext(DbContextOptions<CmsKitProDbContext> options)
Parameters
Type Name Description
DbContextOptions<CmsKitProDbContext> options

Properties

NewsletterPreferences

Declaration
public DbSet<NewsletterPreference> NewsletterPreferences { get; set; }
Property Value
Type Description
DbSet<NewsletterPreference>

NewsletterRecords

Declaration
public DbSet<NewsletterRecord> NewsletterRecords { get; set; }
Property Value
Type Description
DbSet<NewsletterRecord>

PageFeedbackSettings

Declaration
public DbSet<PageFeedbackSetting> PageFeedbackSettings { get; set; }
Property Value
Type Description
DbSet<PageFeedbackSetting>

PageFeedbacks

Declaration
public DbSet<PageFeedback> PageFeedbacks { get; set; }
Property Value
Type Description
DbSet<PageFeedback>

PollOptions

Declaration
public DbSet<PollOption> PollOptions { get; set; }
Property Value
Type Description
DbSet<PollOption>

PollUserVotes

Declaration
public DbSet<PollUserVote> PollUserVotes { get; set; }
Property Value
Type Description
DbSet<PollUserVote>

Polls

Declaration
public DbSet<Poll> Polls { get; set; }
Property Value
Type Description
DbSet<Poll>

ShortenedUrls

Declaration
public DbSet<ShortenedUrl> ShortenedUrls { get; set; }
Property Value
Type Description
DbSet<ShortenedUrl>

Methods

OnModelCreating(ModelBuilder)

Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type Name Description
ModelBuilder modelBuilder

Implements

ICmsKitProDbContext
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext
IDisposable
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
IAsyncDisposable
In this article
Back to top Powered by Volosoft