Class AbpTenantManagementDomainModule
Inheritance
AbpTenantManagementDomainModule
Assembly: Volo.Abp.TenantManagement.Domain.dll
Syntax
[DependsOn(new Type[] { typeof(AbpMultiTenancyModule) })]
[DependsOn(new Type[] { typeof(AbpTenantManagementDomainSharedModule) })]
[DependsOn(new Type[] { typeof(AbpDataModule) })]
[DependsOn(new Type[] { typeof(AbpDddDomainModule) })]
[DependsOn(new Type[] { typeof(AbpAutoMapperModule) })]
[DependsOn(new Type[] { typeof(AbpCachingModule) })]
public class AbpTenantManagementDomainModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpTenantManagementDomainModule()
Declaration
public AbpTenantManagementDomainModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Overrides
PostConfigureServices(ServiceConfigurationContext)
Declaration
public override void PostConfigureServices(ServiceConfigurationContext context)
Parameters
Overrides
Implements
Extension Methods