Method | Description | |
---|---|---|
DetermineOperation ( ) : void | ||
ExecuteOperation ( ) : void | ||
GetDescriptionOfCurrentOperation ( ) : |
||
MigrationManager ( IDataConnector genericData, string migratorName, bool validateTables ) : System | ||
RollBackOperation ( ) : void | ||
ValidateVersion ( System.Version version ) : bool |
Method | Description | |
---|---|---|
GetHighestVersionMigratorThatCanProvideDefaultSetup ( ) : |
||
GetLatestVersionMigrator ( ) : |
||
GetMigratorAfterVersion ( System.Version version ) : |
||
GetMigratorByVersion ( System.Version version ) : |
public GetDescriptionOfCurrentOperation ( ) : |
||
return |
public MigrationManager ( IDataConnector genericData, string migratorName, bool validateTables ) : System | ||
genericData | IDataConnector | |
migratorName | string | |
validateTables | bool | |
return | System |
public ValidateVersion ( System.Version version ) : bool | ||
version | System.Version | |
return | bool |