C# Class Rock.Migrations.AddApplicationGroup

Inheritance: Rock.Migrations.RockMigration
显示文件 Open project: NewSpring/Rock

Public Methods

Method 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 method

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
return void

Down() public method

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

Up() public method

public Up ( ) : void
return void