C# Class Rock.Migrations.AddApplicationGroup

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

Méthodes publiques

Méthode Description
AddBlockAttributeValueFromGroupGuid ( string blockGuid, string attributeGuid, string groupGuid ) : void

Adds a new block attribute value (a group id) for the given block guid and attribute guid using the given group guid. It also delets any previously existing attribute value first.

Down ( ) : void

Delete the Application Group grouptype and PhotoRequest group and related pages.

Up ( ) : void

Method Details

AddBlockAttributeValueFromGroupGuid() public méthode

Adds a new block attribute value (a group id) for the given block guid and attribute guid using the given group guid. It also delets any previously existing attribute value first.
public AddBlockAttributeValueFromGroupGuid ( string blockGuid, string attributeGuid, string groupGuid ) : void
blockGuid string The block GUID.
attributeGuid string The attribute GUID.
groupGuid string The guid of the group
Résultat void

Down() public méthode

Delete the Application Group grouptype and PhotoRequest group and related pages.
public Down ( ) : void
Résultat void

Up() public méthode

public Up ( ) : void
Résultat void