C# 클래스 Rock.Migrations.GroupAlternatePlacement

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

공개 메소드들

메소드 설명
Down ( ) : void

Operations to be performed during the downgrade process.

Up ( ) : void

Operations to be performed during the upgrade process.

메소드 상세

Down() 공개 메소드

Operations to be performed during the downgrade process.
public Down ( ) : void
리턴 void

Up() 공개 메소드

Operations to be performed during the upgrade process.
public Up ( ) : void
리턴 void