C# Class CAESDO.Recruitment.Web.Authorized_EmailTemplates

Inheritance: ApplicationPage
Show file Open project: ucdavis/Recruitments

Public Methods

Method Description
GetNullSafeFullName ( string fullName ) : string

Protected Methods

Method 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 method

public GetNullSafeFullName ( string fullName ) : string
fullName string
return string

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnSendTemplate_Click() protected method

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
return void

lviewApplications_DataBound() protected method

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
return void