Interface ICmsKitMongoDbContext
Assembly: Volo.CmsKit.MongoDB.dll
Syntax
[ConnectionStringName("CmsKit")]
public interface ICmsKitMongoDbContext : IAbpMongoDbContext
Properties
BlogFeatures
Declaration
IMongoCollection<BlogFeature> BlogFeatures { get; }
Property Value
BlogPosts
Declaration
IMongoCollection<BlogPost> BlogPosts { get; }
Property Value
Type |
Description |
IMongoCollection<BlogPost> |
|
Blogs
Declaration
IMongoCollection<Blog> Blogs { get; }
Property Value
Type |
Description |
IMongoCollection<Blog> |
|
CmsUsers
Declaration
IMongoCollection<CmsUser> CmsUsers { get; }
Property Value
Type |
Description |
IMongoCollection<CmsUser> |
|
Declaration
IMongoCollection<Comment> Comments { get; }
Property Value
Type |
Description |
IMongoCollection<Comment> |
|
EntityTags
Declaration
IMongoCollection<EntityTag> EntityTags { get; }
Property Value
GlobalResources
Declaration
IMongoCollection<GlobalResource> GlobalResources { get; }
Property Value
MediaDescriptors
Declaration
IMongoCollection<MediaDescriptor> MediaDescriptors { get; }
Property Value
Declaration
IMongoCollection<MenuItem> MenuItems { get; }
Property Value
Type |
Description |
IMongoCollection<MenuItem> |
|
Pages
Declaration
IMongoCollection<Page> Pages { get; }
Property Value
Type |
Description |
IMongoCollection<Page> |
|
Ratings
Declaration
IMongoCollection<Rating> Ratings { get; }
Property Value
Type |
Description |
IMongoCollection<Rating> |
|
Tags
Declaration
IMongoCollection<Tag> Tags { get; }
Property Value
Type |
Description |
IMongoCollection<Tag> |
|
UserMarkedItems
Declaration
IMongoCollection<UserMarkedItem> UserMarkedItems { get; }
Property Value
UserReactions
Declaration
IMongoCollection<UserReaction> UserReactions { get; }
Property Value
Extension Methods