C# Class Rock.Migrations.SecureRest

Inheritance: IMigrationMetadata
Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
Down ( ) : void

Operations to be performed during the downgrade process.

Up ( ) : void

Operations to be performed during the upgrade process.

Method Details

Down() public method

Operations to be performed during the downgrade process.
public Down ( ) : void
return void

Up() public method

Operations to be performed during the upgrade process.
public Up ( ) : void
return void