C# Class CAESDO.Recruitment.Web.Authorized_EmailTemplates

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

Méthodes publiques

Méthode Description
GetNullSafeFullName ( string fullName ) : string

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnSendTemplate_Click ( object sender, EventArgs e ) : void

Send an email to the checked applicants based on whatever template is currently selected (in txtEmailTemplate)

lviewApplications_DataBound ( object sender, EventArgs e ) : void

After databound, find out if we should show the send emails button

Method Details

GetNullSafeFullName() public méthode

public GetNullSafeFullName ( string fullName ) : string
fullName string
Résultat string

Page_Load() protected méthode

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

btnSendTemplate_Click() protected méthode

Send an email to the checked applicants based on whatever template is currently selected (in txtEmailTemplate)
protected btnSendTemplate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

lviewApplications_DataBound() protected méthode

After databound, find out if we should show the send emails button
protected lviewApplications_DataBound ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void