Class CmsKitProMongoDbContext
Inheritance
CmsKitProMongoDbContext
Assembly: Volo.CmsKit.Pro.MongoDB.dll
Syntax
[ConnectionStringName("CmsKit")]
public class CmsKitProMongoDbContext : AbpMongoDbContext, ITransientDependency, ICmsKitProMongoDbContext, IAbpMongoDbContext
Constructors
CmsKitProMongoDbContext()
Declaration
public CmsKitProMongoDbContext()
Properties
FaqQuestions
Declaration
public IMongoCollection<FaqQuestion> FaqQuestions { get; }
Property Value
FaqSections
Declaration
public IMongoCollection<FaqSection> FaqSections { get; }
Property Value
NewsletterRecords
Declaration
public IMongoCollection<NewsletterRecord> NewsletterRecords { get; }
Property Value
PageFeedbackSettings
Declaration
public IMongoCollection<PageFeedbackSetting> PageFeedbackSettings { get; }
Property Value
PageFeedbacks
Declaration
public IMongoCollection<PageFeedback> PageFeedbacks { get; }
Property Value
PollUserVotes
Declaration
public IMongoCollection<PollUserVote> PollUserVotes { get; }
Property Value
Polls
Declaration
public IMongoCollection<Poll> Polls { get; }
Property Value
Type |
Description |
IMongoCollection<Poll> |
|
ShortenedUrls
Declaration
public IMongoCollection<ShortenedUrl> ShortenedUrls { get; }
Property Value
Methods
CreateModel(IMongoModelBuilder)
Declaration
protected override void CreateModel(IMongoModelBuilder modelBuilder)
Parameters
Overrides
Implements
Extension Methods