C# Class Rock.Migrations.AddGroupLocationOrder

Inheritance: IMigrationMetadata
Afficher le fichier Open project: NewSpring/Rock

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Down ( ) : void

Removes the Order property from the GroupLocation model/db.

Up ( ) : void

Adds the Order property to the GroupLocation model/db.

Method Details

Down() public méthode

Removes the Order property from the GroupLocation model/db.
public Down ( ) : void
Résultat void

Up() public méthode

Adds the Order property to the GroupLocation model/db.
public Up ( ) : void
Résultat void