C# 클래스 cc.newspring.AttendedCheckIn.Migrations.AddSystemData

상속: Rock.Plugin.Migration
파일 보기 프로젝트 열기: NewSpring/rock-attended-checkin

공개 프로퍼티들

프로퍼티 타입 설명
AttendedCheckinSiteGuid string
SpecialNeedsAttributeGuid string

공개 메소드들

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

프로퍼티 상세

AttendedCheckinSiteGuid 공개적으로 프로퍼티

public string AttendedCheckinSiteGuid
리턴 string

SpecialNeedsAttributeGuid 공개적으로 프로퍼티

public string SpecialNeedsAttributeGuid
리턴 string