Property | Type | Description | |
---|---|---|---|
GetTag | string | ||
GetTimestamp | long |
Method | Description | |
---|---|---|
Execute ( IRuntimeConfiguration configuration, IVersioning versioning ) : void | ||
MigrationStep ( IMigration migration, IMigrationStepMetadata metadata ) : System | ||
Report ( IMigrationContext context ) : IMigrationReport |
Method | Description | |
---|---|---|
GetTag ( ) : string | ||
GetTimestamp ( ) : long |
public Execute ( IRuntimeConfiguration configuration, IVersioning versioning ) : void | ||
configuration | IRuntimeConfiguration | |
versioning | IVersioning | |
return | void |
public MigrationStep ( IMigration migration, IMigrationStepMetadata metadata ) : System | ||
migration | IMigration | |
metadata | IMigrationStepMetadata | |
return | System |
public Report ( IMigrationContext context ) : IMigrationReport | ||
context | IMigrationContext | |
return | IMigrationReport |