Class DefaultMigrationRunnerConventions
Inheritance
DefaultMigrationRunnerConventions
Assembly: FluentMigrator.Runner.dll
Syntax
public class DefaultMigrationRunnerConventions : IMigrationRunnerConventions
Properties
GetMaintenanceStage
Declaration
public Func<Type, MigrationStage?> GetMaintenanceStage { get; }
Property Value
GetMigrationInfo
Declaration
public Func<Type, IMigrationInfo> GetMigrationInfo { get; }
Property Value
Instance
Declaration
public static DefaultMigrationRunnerConventions Instance { get; }
Property Value
Declaration
public Func<Type, IEnumerable<string>, bool> TypeHasMatchingTags { get; }
Property Value
Declaration
public Func<Type, bool> TypeHasTags { get; }
Property Value
TypeIsMigration
Declaration
public Func<Type, bool> TypeIsMigration { get; }
Property Value
TypeIsProfile
Declaration
public Func<Type, bool> TypeIsProfile { get; }
Property Value
Declaration
public Func<Type, bool> TypeIsVersionTableMetaData { get; }
Property Value
Implements