C# Класс Rock.Migrations.AddApplicationGroup

Наследование: Rock.Migrations.RockMigration
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddBlockAttributeValueFromGroupGuid() публичный Метод

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
Результат void

Down() публичный Метод

Delete the Application Group grouptype and PhotoRequest group and related pages.
public Down ( ) : void
Результат void

Up() публичный Метод

public Up ( ) : void
Результат void