View Source
Class EFCoreCreateTablesNotificationHandler
Inheritance
System.Object
Assembly: Umbraco.Cms.Persistence.EFCore.dll
Syntax
public class EFCoreCreateTablesNotificationHandler : INotificationAsyncHandler<DatabaseSchemaAndDataCreatedNotification>, INotificationAsyncHandler<UnattendedInstallNotification>, INotificationHandler
Constructors
View Source
EFCoreCreateTablesNotificationHandler(IEFCoreMigrationExecutor)
Declaration
public EFCoreCreateTablesNotificationHandler(IEFCoreMigrationExecutor iefCoreMigrationExecutor)
Parameters
Methods
View Source
HandleAsync(UnattendedInstallNotification, CancellationToken)
Declaration
public async Task HandleAsync(UnattendedInstallNotification notification, CancellationToken cancellationToken)
Parameters
Returns
View Source
HandleAsync(DatabaseSchemaAndDataCreatedNotification, CancellationToken)
Declaration
public async Task HandleAsync(DatabaseSchemaAndDataCreatedNotification notification, CancellationToken cancellationToken)
Parameters
Returns