C# 클래스 Rock.Migrations.AddApplicationGroup

상속: Rock.Migrations.RockMigration
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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