Class MongoDbContextTypeProvider
Inheritance
MongoDbContextTypeProvider
Assembly: Volo.Abp.MongoDB.dll
Syntax
public class MongoDbContextTypeProvider : IMongoDbContextTypeProvider, ITransientDependency
Constructors
MongoDbContextTypeProvider(IOptions<AbpMongoDbContextOptions>, ICurrentTenant)
Declaration
public MongoDbContextTypeProvider(IOptions<AbpMongoDbContextOptions> options, ICurrentTenant currentTenant)
Parameters
Methods
GetDbContextType(Type)
Declaration
public virtual Type GetDbContextType(Type dbContextType)
Parameters
Type |
Name |
Description |
Type |
dbContextType |
|
Returns
Implements
Extension Methods