Class TenantDatabaseMigrationHandler
Inheritance
TenantDatabaseMigrationHandler
Assembly: Volo.Abp.OpenIddict.Pro.Blazor.Server.Host.dll
Syntax
public class TenantDatabaseMigrationHandler : IDistributedEventHandler<TenantCreatedEto>, IDistributedEventHandler<TenantConnectionStringUpdatedEto>, IDistributedEventHandler<ApplyDatabaseMigrationsEto>, IEventHandler, ITransientDependency
Constructors
TenantDatabaseMigrationHandler(ICurrentTenant, IUnitOfWorkManager, IDataSeeder, ITenantStore, ILogger<TenantDatabaseMigrationHandler>)
Declaration
public TenantDatabaseMigrationHandler(ICurrentTenant currentTenant, IUnitOfWorkManager unitOfWorkManager, IDataSeeder dataSeeder, ITenantStore tenantStore, ILogger<TenantDatabaseMigrationHandler> logger)
Parameters
Methods
HandleEventAsync(ApplyDatabaseMigrationsEto)
Declaration
public Task HandleEventAsync(ApplyDatabaseMigrationsEto eventData)
Parameters
Returns
HandleEventAsync(TenantConnectionStringUpdatedEto)
Declaration
public Task HandleEventAsync(TenantConnectionStringUpdatedEto eventData)
Parameters
Returns
HandleEventAsync(TenantCreatedEto)
Declaration
public Task HandleEventAsync(TenantCreatedEto eventData)
Parameters
Returns
Implements
Extension Methods