Search Results for

    Show / Hide Table of Contents
    View Source

    Class EFCoreCreateTablesNotificationHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Persistence.EFCore.Composition
    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
    Type Name Description
    IEFCoreMigrationExecutor iefCoreMigrationExecutor

    Methods

    View Source

    HandleAsync(UnattendedInstallNotification, CancellationToken)

    Declaration
    public async Task HandleAsync(UnattendedInstallNotification notification, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    UnattendedInstallNotification notification
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    View Source

    HandleAsync(DatabaseSchemaAndDataCreatedNotification, CancellationToken)

    Declaration
    public async Task HandleAsync(DatabaseSchemaAndDataCreatedNotification notification, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    DatabaseSchemaAndDataCreatedNotification notification
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EFCoreCreateTablesNotificationHandler(IEFCoreMigrationExecutor)
    • Methods
      • HandleAsync(UnattendedInstallNotification, CancellationToken)
      • HandleAsync(DatabaseSchemaAndDataCreatedNotification, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX