Search Results for

    Show / Hide Table of Contents

    Class AssemblySourceMigrationRunnerConventionsAccessor

    Searches for a IMigrationRunnerConventions implementation in the given assemblies

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

    Constructors

    AssemblySourceMigrationRunnerConventionsAccessor(IServiceProvider, IAssemblySource)

    Initializes a new instance of the AssemblySourceMigrationRunnerConventionsAccessor class.

    Declaration
    public AssemblySourceMigrationRunnerConventionsAccessor(IServiceProvider serviceProvider, IAssemblySource assemblySource = null)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider

    The service provider used to instantiate the found IMigrationRunnerConventions implementation

    IAssemblySource assemblySource

    The assemblies used to search for the IMigrationRunnerConventions implementation

    Properties

    MigrationRunnerConventions

    Get the migration runner conventions

    Declaration
    public IMigrationRunnerConventions MigrationRunnerConventions { get; }
    Property Value
    Type Description
    IMigrationRunnerConventions

    Implements

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