C# Class CAESDO.Recruitment.Web.PositionManagement

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

Méthodes protégées

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

Private Methods

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

Method Details

BreakCamelCase() protected méthode

helper method to convert CamelCaseString to Camel Case String by inserting spaces
protected BreakCamelCase ( string CamelString ) : string
CamelString string
Résultat string

Page_Load() protected méthode

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

btnModifyPosition_Click() protected méthode

protected btnModifyPosition_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnPositionDescriptionReplace_Click() protected méthode

protected btnPositionDescriptionReplace_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnSearchPlanReplace_Click() protected méthode

protected btnSearchPlanReplace_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

cboxPrimary_CheckedChanged() protected méthode

protected cboxPrimary_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

doesFileTypeExistInPosition() protected méthode

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

gviewDepartments_RowDeleting() protected méthode

protected gviewDepartments_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
sender object
e GridViewDeleteEventArgs
Résultat void

lbtnAddDepartment_Click() protected méthode

protected lbtnAddDepartment_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

lbtnDownloadPositionDescription_Click() protected méthode

protected lbtnDownloadPositionDescription_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

lbtnDownloadSearchPlan_Click() protected méthode

protected lbtnDownloadSearchPlan_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void