C# Class NuGetGallery.Operations.MigrationsTask

Inheritance: DatabaseTask
Afficher le fichier Open project: JetBrains/ReSharperGallery

Méthodes publiques

Méthode Description
ExecuteCommand ( ) : void

Méthodes protégées

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

Method Details

ExecuteCommand() public méthode

public ExecuteCommand ( ) : void
Résultat void

ExecuteCommandCore() protected abstract méthode

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