C# Class NuGetGallery.Operations.Tasks.RunMigrationsTask

Inheritance: MigrationsTask
Exibir arquivo Open project: JetBrains/NuGetOperations

Private Properties

Property Type Description
IsMigration bool
RunMigrations void
ScriptMigrations void

Public Methods

Method Description
ValidateArguments ( ) : void

Protected Methods

Method Description
ExecuteCommandCore ( System.Data.Entity.Migrations.Infrastructure.MigratorBase migrator ) : void

Private Methods

Method 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 method

protected ExecuteCommandCore ( System.Data.Entity.Migrations.Infrastructure.MigratorBase migrator ) : void
migrator System.Data.Entity.Migrations.Infrastructure.MigratorBase
return void

ValidateArguments() public method

public ValidateArguments ( ) : void
return void