Search Results for

    Show / Hide Table of Contents

    Interface IMigrationRunnerConventions

    Namespace: FluentMigrator.Runner
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface IMigrationRunnerConventions

    Properties

    | Edit this page View Source

    GetMaintenanceStage

    Declaration
    Func<Type, MigrationStage?> GetMaintenanceStage { get; }
    Property Value
    Type Description
    Func<Type, MigrationStage?>
    | Edit this page View Source

    GetMigrationInfo

    Declaration
    [Obsolete]
    Func<Type, IMigrationInfo> GetMigrationInfo { get; }
    Property Value
    Type Description
    Func<Type, IMigrationInfo>
    | Edit this page View Source

    GetMigrationInfoForMigration

    Create an IMigrationInfo instance for a given IMigration

    Declaration
    Func<IMigration, IMigrationInfo> GetMigrationInfoForMigration { get; }
    Property Value
    Type Description
    Func<IMigration, IMigrationInfo>
    | Edit this page View Source

    TypeHasMatchingTags

    Declaration
    Func<Type, IEnumerable<string>, bool> TypeHasMatchingTags { get; }
    Property Value
    Type Description
    Func<Type, IEnumerable<string>, bool>
    | Edit this page View Source

    TypeHasTags

    Declaration
    Func<Type, bool> TypeHasTags { get; }
    Property Value
    Type Description
    Func<Type, bool>
    | Edit this page View Source

    TypeIsMigration

    Declaration
    Func<Type, bool> TypeIsMigration { get; }
    Property Value
    Type Description
    Func<Type, bool>
    | Edit this page View Source

    TypeIsProfile

    Declaration
    Func<Type, bool> TypeIsProfile { get; }
    Property Value
    Type Description
    Func<Type, bool>
    | Edit this page View Source

    TypeIsVersionTableMetaData

    Declaration
    Func<Type, bool> TypeIsVersionTableMetaData { get; }
    Property Value
    Type Description
    Func<Type, bool>

    Extension Methods

    MigrationConventionsExtensions.HasRequestedTags(IMigrationRunnerConventions, Type, string[], bool)
    • 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.