Search Results for

    Show / Hide Table of Contents

    Class MaintenanceLoader

    Inheritance
    object
    MaintenanceLoader
    Implements
    IMaintenanceLoader
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public class MaintenanceLoader : IMaintenanceLoader

    Constructors

    | Edit this page View Source

    MaintenanceLoader(IAssemblyCollection, IEnumerable<string>, IMigrationRunnerConventions)

    Declaration
    [Obsolete]
    public MaintenanceLoader(IAssemblyCollection assemblyCollection, IEnumerable<string> tags, IMigrationRunnerConventions conventions)
    Parameters
    Type Name Description
    IAssemblyCollection assemblyCollection
    IEnumerable<string> tags
    IMigrationRunnerConventions conventions
    | Edit this page View Source

    MaintenanceLoader(IAssemblySource, IOptions<RunnerOptions>, IMigrationRunnerConventions, IServiceProvider)

    Declaration
    public MaintenanceLoader(IAssemblySource assemblySource, IOptions<RunnerOptions> options, IMigrationRunnerConventions conventions, IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IAssemblySource assemblySource
    IOptions<RunnerOptions> options
    IMigrationRunnerConventions conventions
    IServiceProvider serviceProvider

    Methods

    | Edit this page View Source

    LoadMaintenance(MigrationStage)

    Declaration
    public IList<IMigrationInfo> LoadMaintenance(MigrationStage stage)
    Parameters
    Type Name Description
    MigrationStage stage
    Returns
    Type Description
    IList<IMigrationInfo>

    Implements

    IMaintenanceLoader
    • Edit this page
    • View Source
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.