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

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

보호된 메소드들

메소드 설명
BreakCamelCase ( string CamelString ) : string

helper method to convert CamelCaseString to Camel Case String by inserting spaces

GetRefernceFileStatusString ( int referenceID ) : bool

Returns true if a file exists, else false

Page_Init ( object sender, EventArgs e ) : void

Page_Init checks to ensure that the query string is valid, the logged in user is an admin or equivalent, the given application is valid

Page_Load ( object sender, EventArgs e ) : void
btnDownloadAllPlusReferences_Click ( object sender, EventArgs e ) : void
btnDownloadAll_Click ( object sender, EventArgs e ) : void
gviewReferences_SelectedIndexChanged ( object sender, EventArgs e ) : void

Called from the Refences Grid whenever a row is selected (Edited). Populates the reference's information into the info table and then shows the popup

lbtnFileDownload_Click ( object sender, EventArgs e ) : void
lbtnPublicationFile_Click ( object sender, EventArgs e ) : void
lbtnReferenceFile_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
CheckQueryString ( ) : void

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

DataBindContactInformation ( ) : void

Bind the profile (contact info) fields to the appropriate text boxes

DataBindCurrentPositionInformation ( ) : void

Bind the current position for the primary CP result (there should only be one allowed by the program)

DataBindEducationInformation ( ) : void

Bind the education fields for the primary education result (there should only be one allowed by the program)

DataBindFiles ( ) : void

Generates a list of all files associated with this application

DataBindPublications ( ) : void

Bind the existing publications to the grid

DataBindReferences ( ) : void

Have to bind the current application's existing references to the grid

DownloadFile ( int FileID ) : bool

Downloads the file given by FileID

GetFilesOfType ( string fileTypeName ) : List

Parses down the currentApplication files list to just contain files of the correct type

메소드 상세

BreakCamelCase() 보호된 메소드

helper method to convert CamelCaseString to Camel Case String by inserting spaces
protected BreakCamelCase ( string CamelString ) : string
CamelString string
리턴 string

GetRefernceFileStatusString() 보호된 메소드

Returns true if a file exists, else false
protected GetRefernceFileStatusString ( int referenceID ) : bool
referenceID int
리턴 bool

Page_Init() 보호된 메소드

Page_Init checks to ensure that the query string is valid, the logged in user is an admin or equivalent, the given application is valid
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

btnDownloadAllPlusReferences_Click() 보호된 메소드

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

btnDownloadAll_Click() 보호된 메소드

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

gviewReferences_SelectedIndexChanged() 보호된 메소드

Called from the Refences Grid whenever a row is selected (Edited). Populates the reference's information into the info table and then shows the popup
protected gviewReferences_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbtnFileDownload_Click() 보호된 메소드

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

lbtnPublicationFile_Click() 보호된 메소드

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

lbtnReferenceFile_Click() 보호된 메소드

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