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

상속: ApplicationPage
파일 보기 프로젝트 열기: ucdavis/Recruitments

보호된 메소드들

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

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

Page_Load ( object sender, EventArgs e ) : void
btnModifyPosition_Click ( object sender, EventArgs e ) : void
btnPositionDescriptionReplace_Click ( object sender, EventArgs e ) : void
btnSearchPlanReplace_Click ( object sender, EventArgs e ) : void
cboxPrimary_CheckedChanged ( object sender, EventArgs e ) : void
doesFileTypeExistInPosition ( string FileTypeName ) : bool

Determines if the given FileTypeName is already in the current position. If this is a new position, always return false

gviewDepartments_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
lbtnAddDepartment_Click ( object sender, EventArgs e ) : void
lbtnDownloadPositionDescription_Click ( object sender, EventArgs e ) : void
lbtnDownloadSearchPlan_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
DataBindExistingPosition ( ) : void
addDepartmentsToPosition ( Position p ) : void

First remove all existing departments from the position

addFileTypesToPosition ( Position p ) : void

Loops through the gviewFileTypes grid and adds any checked fileTypes to the fileType list

addStepsToPosition ( Position p ) : void

Adds the major steps to the given position

updatePrimaryDepartmentStatus ( ) : bool

Updates the DepartmentList to have the proper Primary department status

Acts on gviewDepartments

메소드 상세

BreakCamelCase() 보호된 메소드

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

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnModifyPosition_Click() 보호된 메소드

protected btnModifyPosition_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnPositionDescriptionReplace_Click() 보호된 메소드

protected btnPositionDescriptionReplace_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnSearchPlanReplace_Click() 보호된 메소드

protected btnSearchPlanReplace_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

cboxPrimary_CheckedChanged() 보호된 메소드

protected cboxPrimary_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

doesFileTypeExistInPosition() 보호된 메소드

Determines if the given FileTypeName is already in the current position. If this is a new position, always return false
protected doesFileTypeExistInPosition ( string FileTypeName ) : bool
FileTypeName string The file type
리턴 bool

gviewDepartments_RowDeleting() 보호된 메소드

protected gviewDepartments_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
sender object
e GridViewDeleteEventArgs
리턴 void

lbtnAddDepartment_Click() 보호된 메소드

protected lbtnAddDepartment_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

lbtnDownloadPositionDescription_Click() 보호된 메소드

protected lbtnDownloadPositionDescription_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

lbtnDownloadSearchPlan_Click() 보호된 메소드

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