C# 클래스 CAESDO.Recruitment.Web.PositionDetails

상속: ApplicationPage
파일 보기 프로젝트 열기: ucdavis/Recruitments

보호된 메소드들

메소드 설명
Page_Init ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnPositionApply_Click ( object sender, EventArgs e ) : void

Creates an application on behalf of the currently logged in user, then redirects to that application

Checks to make sure the logged in user has an applicant account

lbtnDownloadPD_Click ( object sender, EventArgs e ) : void

Downloads the current position description

비공개 메소드들

메소드 설명
CheckQueryString ( ) : void

Check to ensure that they querystring "PositionID" is not null or empty

메소드 상세

Page_Init() 보호된 메소드

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnPositionApply_Click() 보호된 메소드

Creates an application on behalf of the currently logged in user, then redirects to that application
Checks to make sure the logged in user has an applicant account
protected btnPositionApply_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbtnDownloadPD_Click() 보호된 메소드

Downloads the current position description
protected lbtnDownloadPD_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void