C# 클래스 RockWeb.Plugins.org_newpointe.Partnership.PartnershipSignup

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewPointe/Rockit

공개 프로퍼티들

프로퍼티 타입 설명
CurrentDateTime System.DateTime
CurrentYearAdd int
RequiredAge string

보호된 메소드들

메소드 설명
GetDiscoverAttendanceInfo ( Person thePerson ) : string
GetServingInfo ( Person thePerson ) : string
LoadOpportunities ( ) : void
OnLoad ( EventArgs e ) : void
UpcomingDiscover ( Campus theCampus, string theTitle ) : string
btnSubmit_OnClick ( object sender, EventArgs e ) : void
mdAge_OnSaveClick ( object sender, EventArgs e ) : void
mdCampus_OnSaveClick ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
SendEmail ( string recipient, string subject, RockContext rockContext ) : void

메소드 상세

GetDiscoverAttendanceInfo() 보호된 메소드

protected GetDiscoverAttendanceInfo ( Person thePerson ) : string
thePerson Person
리턴 string

GetServingInfo() 보호된 메소드

protected GetServingInfo ( Person thePerson ) : string
thePerson Person
리턴 string

LoadOpportunities() 보호된 메소드

protected LoadOpportunities ( ) : void
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

UpcomingDiscover() 보호된 메소드

protected UpcomingDiscover ( Campus theCampus, string theTitle ) : string
theCampus Campus
theTitle string
리턴 string

btnSubmit_OnClick() 보호된 메소드

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

mdAge_OnSaveClick() 보호된 메소드

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

mdCampus_OnSaveClick() 보호된 메소드

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

프로퍼티 상세

CurrentDateTime 공개적으로 프로퍼티

public DateTime,System CurrentDateTime
리턴 System.DateTime

CurrentYearAdd 공개적으로 프로퍼티

public int CurrentYearAdd
리턴 int

RequiredAge 공개적으로 프로퍼티

public string RequiredAge
리턴 string