C# Class CAESDO.Recruitment.Web.PositionDetails

Inheritance: ApplicationPage
Afficher le fichier Open project: ucdavis/Recruitments

Méthodes protégées

Méthode 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

Méthode Description
CheckQueryString ( ) : void

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

Method Details

Page_Init() protected méthode

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnPositionApply_Click() protected méthode

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
Résultat void

lbtnDownloadPD_Click() protected méthode

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