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

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

공개 메소드들

메소드 설명
GetNullSafeFullName ( string fullName ) : string

보호된 메소드들

메소드 설명
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

메소드 상세

GetNullSafeFullName() 공개 메소드

public GetNullSafeFullName ( string fullName ) : string
fullName string
리턴 string

Page_Load() 보호된 메소드

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

btnSendTemplate_Click() 보호된 메소드

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
리턴 void

lviewApplications_DataBound() 보호된 메소드

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
리턴 void