C# Class Rock.Migrations.PageMenuLavaProperties

Inheritance: Rock.Migrations.RockMigration
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
Down ( ) : void

Operations to be performed during the downgrade process.

Up ( ) : void

Operations to be performed during the upgrade process.

Private Methods

Méthode Description
FixPageLavaTemplates ( FileInfo lavaFiles ) : void

Method Details

Down() public méthode

Operations to be performed during the downgrade process.
public Down ( ) : void
Résultat void

Up() public méthode

Operations to be performed during the upgrade process.
public Up ( ) : void
Résultat void