Show / Hide Table of Contents

Interface ICmsKitProMongoDbContext

Namespace: Volo.CmsKit.MongoDB
Assembly: Volo.CmsKit.Pro.MongoDB.dll
Syntax
public interface ICmsKitProMongoDbContext : IAbpMongoDbContext

Properties

NewsletterRecords

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

PageFeedbackSettings

Declaration
IMongoCollection<PageFeedbackSetting> PageFeedbackSettings { get; }
Property Value
Type Description
IMongoCollection<PageFeedbackSetting>

PageFeedbacks

Declaration
IMongoCollection<PageFeedback> PageFeedbacks { get; }
Property Value
Type Description
IMongoCollection<PageFeedback>

PollUserVotes

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

Polls

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

ShortenedUrls

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