Interface ICmsKitMongoDbContext
Assembly: Volo.CmsKit.MongoDB.dll
Syntax
public interface ICmsKitMongoDbContext : IAbpMongoDbContext
Properties
CmsUsers
Declaration
IMongoCollection<CmsUser> CmsUsers { get; }
Property Value
Type |
Description |
IMongoCollection<CmsUser> |
|
Declaration
IMongoCollection<Comment> Comments { get; }
Property Value
Type |
Description |
IMongoCollection<Comment> |
|
Ratings
Declaration
IMongoCollection<Rating> Ratings { get; }
Property Value
Type |
Description |
IMongoCollection<Rating> |
|
UserReactions
Declaration
IMongoCollection<UserReaction> UserReactions { get; }
Property Value
Extension Methods