C# 클래스 Rock.Migrations.AddGroupLocationOrder

상속: IMigrationMetadata
파일 보기 프로젝트 열기: NewSpring/Rock

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Down ( ) : void

Removes the Order property from the GroupLocation model/db.

Up ( ) : void

Adds the Order property to the GroupLocation model/db.

메소드 상세

Down() 공개 메소드

Removes the Order property from the GroupLocation model/db.
public Down ( ) : void
리턴 void

Up() 공개 메소드

Adds the Order property to the GroupLocation model/db.
public Up ( ) : void
리턴 void