Search Results for

    Show / Hide Table of Contents

    Class MigrationRunnerConventions

    Inheritance
    object
    MigrationRunnerConventions
    Implements
    IMigrationRunnerConventions
    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 MigrationRunnerConventions : IMigrationRunnerConventions

    Constructors

    | Edit this page View Source

    MigrationRunnerConventions()

    Declaration
    public MigrationRunnerConventions()

    Properties

    | Edit this page View Source

    GetMaintenanceStage

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

    GetMigrationInfo

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

    GetMigrationInfoForMigration

    Create an IMigrationInfo instance for a given IMigration

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

    TypeHasMatchingTags

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

    TypeHasTags

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

    TypeIsMigration

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

    TypeIsProfile

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

    TypeIsVersionTableMetaData

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

    Implements

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