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

    MaintenanceLoader(IAssemblyCollection, IEnumerable<string>, IMigrationRunnerConventions)

    Declaration
    public MaintenanceLoader(IAssemblyCollection assemblyCollection, IEnumerable<string> tags, IMigrationRunnerConventions conventions)
    Parameters
    Type Name Description
    IAssemblyCollection assemblyCollection
    IEnumerable<string> tags
    IMigrationRunnerConventions conventions

    Methods

    LoadMaintenance(MigrationStage)

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

    Implements

    IMaintenanceLoader
    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.