Search Results for

    Show / Hide Table of Contents

    Interface IMigrationRunnerConventions

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

    Properties

    GetMaintenanceStage

    Declaration
    Func<Type, MigrationStage?> GetMaintenanceStage { get; }
    Property Value
    Type Description
    Func<Type, MigrationStage?>

    GetMigrationInfo

    Declaration
    Func<Type, IMigrationInfo> GetMigrationInfo { get; }
    Property Value
    Type Description
    Func<Type, IMigrationInfo>

    TypeHasMatchingTags

    Declaration
    Func<Type, IEnumerable<string>, bool> TypeHasMatchingTags { get; }
    Property Value
    Type Description
    Func<Type, IEnumerable<string>, bool>

    TypeHasTags

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

    TypeIsMigration

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

    TypeIsProfile

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

    TypeIsVersionTableMetaData

    Declaration
    Func<Type, bool> TypeIsVersionTableMetaData { get; }
    Property Value
    Type Description
    Func<Type, bool>
    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.