Show / Hide Table of Contents

Interface ICmsKitProDbContext

Inherited Members
IDisposable.Dispose()
IAsyncDisposable.DisposeAsync()
Namespace: Volo.CmsKit.EntityFrameworkCore
Assembly: Volo.CmsKit.Pro.EntityFrameworkCore.dll
Syntax
public interface ICmsKitProDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Properties

NewsletterPreferences

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

NewsletterRecords

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

PollOptions

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

PollUserVotes

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

Polls

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

ShortenedUrls

Declaration
DbSet<ShortenedUrl> ShortenedUrls { get; set; }
Property Value
Type Description
DbSet<ShortenedUrl>
In this article
Back to top Powered by Volosoft