C# Class CAESDO.Recruitment.Web.PositionDetails

Inheritance: ApplicationPage
Show file Open project: ucdavis/Recruitments

Protected Methods

Method Description
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

Private Methods

Method Description
CheckQueryString ( ) : void

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

Method Details

Page_Init() protected method

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

Page_Load() protected method

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

btnPositionApply_Click() protected method

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
return void

lbtnDownloadPD_Click() protected method

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