Interface ISaasMongoDbContext
Inherited Members
Namespace: Volo.Saas.MongoDB
Assembly: Volo.Saas.MongoDB.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("Saas")]
public interface ISaasMongoDbContext : IAbpMongoDbContext
Properties
Editions
Declaration
IMongoCollection<Edition> Editions { get; }
Property Value
Type | Description |
---|---|
IMongoCollection<Edition> |
Tenants
Declaration
IMongoCollection<Tenant> Tenants { get; }
Property Value
Type | Description |
---|---|
IMongoCollection<Tenant> |