C# Class RockWeb.Plugins.org_newpointe.Partnership.PartnershipSignup

Inheritance: Rock.Web.UI.RockBlock
ファイルを表示 Open project: NewPointe/Rockit

Public Properties

Property Type Description
CurrentDateTime System.DateTime
CurrentYearAdd int
RequiredAge string

Protected Methods

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

Private Methods

Method Description
SendEmail ( string recipient, string subject, RockContext rockContext ) : void

Method Details

GetDiscoverAttendanceInfo() protected method

protected GetDiscoverAttendanceInfo ( Person thePerson ) : string
thePerson Person
return string

GetServingInfo() protected method

protected GetServingInfo ( Person thePerson ) : string
thePerson Person
return string

LoadOpportunities() protected method

protected LoadOpportunities ( ) : void
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

UpcomingDiscover() protected method

protected UpcomingDiscover ( Campus theCampus, string theTitle ) : string
theCampus Campus
theTitle string
return string

btnSubmit_OnClick() protected method

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

mdAge_OnSaveClick() protected method

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

mdCampus_OnSaveClick() protected method

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

Property Details

CurrentDateTime public_oe property

public DateTime,System CurrentDateTime
return System.DateTime

CurrentYearAdd public_oe property

public int CurrentYearAdd
return int

RequiredAge public_oe property

public string RequiredAge
return string