C# 클래스 Rock.Plugin.HotFixes.FixEraGiveAttribValues

상속: Migration
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
Down ( ) : void

The commands to undo a migration from a specific version

Up ( ) : void

The commands to run to migrate plugin to the specific version

메소드 상세

Down() 공개 메소드

The commands to undo a migration from a specific version
public Down ( ) : void
리턴 void

Up() 공개 메소드

The commands to run to migrate plugin to the specific version
public Up ( ) : void
리턴 void