Interface IMigrationRunnerConventions
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IMigrationRunnerConventions
Properties
|
Edit this page
View Source
GetMaintenanceStage
Declaration
Func<Type, MigrationStage?> GetMaintenanceStage { get; }
Property Value
|
Edit this page
View Source
GetMigrationInfo
Declaration
[Obsolete]
Func<Type, IMigrationInfo> GetMigrationInfo { get; }
Property Value
|
Edit this page
View Source
Declaration
Func<IMigration, IMigrationInfo> GetMigrationInfoForMigration { get; }
Property Value
|
Edit this page
View Source
Declaration
Func<Type, IEnumerable<string>, bool> TypeHasMatchingTags { get; }
Property Value
|
Edit this page
View Source
Declaration
Func<Type, bool> TypeHasTags { get; }
Property Value
|
Edit this page
View Source
TypeIsMigration
Declaration
Func<Type, bool> TypeIsMigration { get; }
Property Value
|
Edit this page
View Source
TypeIsProfile
Declaration
Func<Type, bool> TypeIsProfile { get; }
Property Value
|
Edit this page
View Source
Declaration
Func<Type, bool> TypeIsVersionTableMetaData { get; }
Property Value
Extension Methods