C# Class NuGetGallery.Operations.Tasks.RunMigrationsTask

Inheritance: MigrationsTask
Afficher le fichier Open project: JetBrains/NuGetOperations

Private Properties

Свойство Type Description
IsMigration bool
RunMigrations void
ScriptMigrations void

Méthodes publiques

Méthode Description
ValidateArguments ( ) : void

Méthodes protégées

Méthode Description
ExecuteCommandCore ( System.Data.Entity.Migrations.Infrastructure.MigratorBase migrator ) : void

Private Methods

Méthode Description
IsMigration ( string migrationId, string target ) : bool
RunMigrations ( System.Data.Entity.Migrations.Infrastructure.MigratorBase migrator ) : void
ScriptMigrations ( System.Data.Entity.Migrations.Infrastructure.MigratorBase migrator ) : void

Method Details

ExecuteCommandCore() protected méthode

protected ExecuteCommandCore ( System.Data.Entity.Migrations.Infrastructure.MigratorBase migrator ) : void
migrator System.Data.Entity.Migrations.Infrastructure.MigratorBase
Résultat void

ValidateArguments() public méthode

public ValidateArguments ( ) : void
Résultat void