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

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: ucdavis/Recruitments

공개 메소드들

메소드 설명
GetNullSafeFullName ( string FullName ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
CheckQueryString ( ) : void

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

메소드 상세

GetNullSafeFullName() 공개 메소드

public GetNullSafeFullName ( string FullName ) : string
FullName string
리턴 string

ObjectDataApplications_Selecting() 보호된 메소드

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

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

lbtnDownloadSearchPlan_Click() 보호된 메소드

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

lbtnViewApplication_Click() 보호된 메소드

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
리턴 void