C# Class Rock.Migrations.FamilyAnalytics

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

Private Properties

Свойство Type Description
AddSecurityToAttribute void
DeleteSecurityFromAttribute void

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
AddSecurityToAttribute ( string attributeGuid ) : void

Adds the security to attribute.

DeleteSecurityFromAttribute ( string attributeGuid ) : void

Deletes the security from attribute.

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