C# Class NuGetGallery.Operations.MigrationsTask

Inheritance: DatabaseTask
Exibir arquivo Open project: JetBrains/ReSharperGallery

Public Methods

Method Description
ExecuteCommand ( ) : void

Protected Methods

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

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void

ExecuteCommandCore() protected abstract method

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