C# Class Rock.Migrations.UniquePasswordHash

Inheritance: IMigrationMetadata
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
HexToByte ( string hexString ) : byte[]

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