C# Class Nomad.Migrations.Migrator

Afficher le fichier Open project: marceldupr/Nomad Class Usage Examples

Méthodes publiques

Méthode Description
MigrateToLatest ( ) : void
Migrator ( ISchema schema, Assembly assembly, ILogger logger ) : System

Private Methods

Méthode Description
ApplyUpMigrations ( IEnumerable migrationsToApply ) : void
FindChangesSinceLastMigrationInAssembly ( int previousSchemaApplied, Assembly assembly ) : IEnumerable

Method Details

MigrateToLatest() public méthode

public MigrateToLatest ( ) : void
Résultat void

Migrator() public méthode

public Migrator ( ISchema schema, Assembly assembly, ILogger logger ) : System
schema ISchema
assembly System.Reflection.Assembly
logger ILogger
Résultat System