Search Results for

    Show / Hide Table of Contents

    Class PassThroughMigrationRunnerConventionsAccessor

    Implementation of IMigrationRunnerConventionsAccessor that just passes through the given IMigrationRunnerConventions

    Inheritance
    object
    PassThroughMigrationRunnerConventionsAccessor
    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 PassThroughMigrationRunnerConventionsAccessor : IMigrationRunnerConventionsAccessor

    Constructors

    | Edit this page View Source

    PassThroughMigrationRunnerConventionsAccessor(IMigrationRunnerConventions)

    Initializes a new instance of the PassThroughMigrationRunnerConventionsAccessor class.

    Declaration
    public PassThroughMigrationRunnerConventionsAccessor(IMigrationRunnerConventions conventions = null)
    Parameters
    Type Name Description
    IMigrationRunnerConventions conventions

    The conventions to return

    Properties

    | Edit this page View Source

    MigrationRunnerConventions

    Get the migration runner conventions

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

    Implements

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