Interface ICmsKitProMongoDbContext
Assembly: Volo.CmsKit.Pro.MongoDB.dll
Syntax
[ConnectionStringName("CmsKit")]
public interface ICmsKitProMongoDbContext : IAbpMongoDbContext
Properties
FaqQuestions
Declaration
IMongoCollection<FaqQuestion> FaqQuestions { get; }
Property Value
FaqSections
Declaration
IMongoCollection<FaqSection> FaqSections { get; }
Property Value
NewsletterRecords
Declaration
IMongoCollection<NewsletterRecord> NewsletterRecords { get; }
Property Value
PageFeedbackSettings
Declaration
IMongoCollection<PageFeedbackSetting> PageFeedbackSettings { get; }
Property Value
PageFeedbacks
Declaration
IMongoCollection<PageFeedback> PageFeedbacks { get; }
Property Value
PollUserVotes
Declaration
IMongoCollection<PollUserVote> PollUserVotes { get; }
Property Value
Polls
Declaration
IMongoCollection<Poll> Polls { get; }
Property Value
Type |
Description |
IMongoCollection<Poll> |
|
ShortenedUrls
Declaration
IMongoCollection<ShortenedUrl> ShortenedUrls { get; }
Property Value
Extension Methods