Метод | Описание | |
---|---|---|
DetermineOperation ( ) : void | ||
ExecuteOperation ( ) : void | ||
GetDescriptionOfCurrentOperation ( ) : |
||
MigrationManager ( IDataConnector genericData, string migratorName, bool validateTables ) : System | ||
RollBackOperation ( ) : void | ||
ValidateVersion ( System.Version version ) : bool |
Метод | Описание | |
---|---|---|
GetHighestVersionMigratorThatCanProvideDefaultSetup ( ) : |
||
GetLatestVersionMigrator ( ) : |
||
GetMigratorAfterVersion ( System.Version version ) : |
||
GetMigratorByVersion ( System.Version version ) : |
public GetDescriptionOfCurrentOperation ( ) : |
||
Результат |
public MigrationManager ( IDataConnector genericData, string migratorName, bool validateTables ) : System | ||
genericData | IDataConnector | |
migratorName | string | |
validateTables | bool | |
Результат | System |
public ValidateVersion ( System.Version version ) : bool | ||
version | System.Version | |
Результат | bool |