C# Class CAESDO.Recruitment.Web.Shared_ViewApplications

Inheritance: System.Web.UI.UserControl
Show file Open project: ucdavis/Recruitments

Public Methods

Method Description
GetNullSafeFullName ( string FullName ) : string

Protected Methods

Method Description
ObjectDataApplications_Selecting ( object sender, System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs e ) : void
Page_Init ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
lbtnDownloadSearchPlan_Click ( object sender, EventArgs e ) : void
lbtnViewApplication_Click ( object sender, EventArgs e ) : void

Redirect to the applicationReview page for this application

Private Methods

Method Description
CheckQueryString ( ) : void

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

Method Details

GetNullSafeFullName() public method

public GetNullSafeFullName ( string FullName ) : string
FullName string
return string

ObjectDataApplications_Selecting() protected method

protected ObjectDataApplications_Selecting ( object sender, System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs
return void

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

lbtnDownloadSearchPlan_Click() protected method

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

lbtnViewApplication_Click() protected method

Redirect to the applicationReview page for this application
protected lbtnViewApplication_Click ( object sender, EventArgs e ) : void
sender object Sender has a command argument with the applicationID
e System.EventArgs
return void