Class AbpSettingManagementWebModule
Implements
Inherited Members
Namespace: Volo.Abp.SettingManagement.Web
Assembly: Volo.Abp.SettingManagement.Web.dll
Syntax
[DependsOn(new Type[] { typeof(AbpSettingManagementApplicationContractsModule), typeof(AbpAutoMapperModule), typeof(AbpAspNetCoreMvcUiThemeSharedModule), typeof(AbpSettingManagementDomainSharedModule) })]
public class AbpSettingManagementWebModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpSettingManagementWebModule()
Declaration
public AbpSettingManagementWebModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |
Overrides
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |