Class AbpSettingManagementMongoDbModule
Implements
Inherited Members
Namespace: Volo.Abp.SettingManagement.MongoDB
Assembly: Volo.Abp.SettingManagement.MongoDB.dll
Syntax
[DependsOn(new Type[] { typeof(AbpSettingManagementDomainModule), typeof(AbpMongoDbModule) })]
public class AbpSettingManagementMongoDbModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpSettingManagementMongoDbModule()
Declaration
public AbpSettingManagementMongoDbModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |