Search Results for

    Show / Hide Table of Contents

    Class ProfileLoader

    Inheritance
    object
    ProfileLoader
    Implements
    IProfileLoader
    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 ProfileLoader : IProfileLoader

    Constructors

    ProfileLoader(IRunnerContext, IMigrationRunner, IMigrationRunnerConventions)

    Declaration
    public ProfileLoader(IRunnerContext runnerContext, IMigrationRunner runner, IMigrationRunnerConventions conventions)
    Parameters
    Type Name Description
    IRunnerContext runnerContext
    IMigrationRunner runner
    IMigrationRunnerConventions conventions

    Properties

    Conventions

    Declaration
    protected IMigrationRunnerConventions Conventions { get; set; }
    Property Value
    Type Description
    IMigrationRunnerConventions

    Profiles

    Declaration
    public IEnumerable<IMigration> Profiles { get; }
    Property Value
    Type Description
    IEnumerable<IMigration>

    Methods

    ApplyProfiles()

    Declaration
    public void ApplyProfiles()

    FindProfilesIn(IAssemblyCollection, string)

    Declaration
    public IEnumerable<IMigration> FindProfilesIn(IAssemblyCollection assemblies, string profile)
    Parameters
    Type Name Description
    IAssemblyCollection assemblies
    string profile
    Returns
    Type Description
    IEnumerable<IMigration>

    Implements

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