Interface IDocsMongoDbContext
Inherited Members
Namespace: Volo.Docs.MongoDB
Assembly: Volo.Docs.MongoDB.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("Docs")]
public interface IDocsMongoDbContext : IAbpMongoDbContext
Properties
Documents
Declaration
IMongoCollection<Document> Documents { get; }
Property Value
Type | Description |
---|---|
IMongoCollection<Document> |
Projects
Declaration
IMongoCollection<Project> Projects { get; }
Property Value
Type | Description |
---|---|
IMongoCollection<Project> |