Class AbpTenantManagementWebModule
Inheritance
AbpTenantManagementWebModule
Assembly: Volo.Abp.TenantManagement.Web.dll
Syntax
[DependsOn(new Type[] { typeof(AbpTenantManagementApplicationContractsModule) })]
[DependsOn(new Type[] { typeof(AbpAspNetCoreMvcUiBootstrapModule) })]
[DependsOn(new Type[] { typeof(AbpFeatureManagementWebModule) })]
[DependsOn(new Type[] { typeof(AbpAutoMapperModule) })]
public class AbpTenantManagementWebModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpTenantManagementWebModule()
Declaration
public AbpTenantManagementWebModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Overrides
PostConfigureServices(ServiceConfigurationContext)
Declaration
public override void PostConfigureServices(ServiceConfigurationContext context)
Parameters
Overrides
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
Overrides
Implements
Extension Methods