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

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Свойство Type Description
CurrentDateTime System.DateTime
CurrentYearAdd int
RequiredAge string

Méthodes protégées

Méthode 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

Méthode Description
SendEmail ( string recipient, string subject, RockContext rockContext ) : void

Method Details

GetDiscoverAttendanceInfo() protected méthode

protected GetDiscoverAttendanceInfo ( Person thePerson ) : string
thePerson Person
Résultat string

GetServingInfo() protected méthode

protected GetServingInfo ( Person thePerson ) : string
thePerson Person
Résultat string

LoadOpportunities() protected méthode

protected LoadOpportunities ( ) : void
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

UpcomingDiscover() protected méthode

protected UpcomingDiscover ( Campus theCampus, string theTitle ) : string
theCampus Campus
theTitle string
Résultat string

btnSubmit_OnClick() protected méthode

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

mdAge_OnSaveClick() protected méthode

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

mdCampus_OnSaveClick() protected méthode

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

Property Details

CurrentDateTime public_oe property

public DateTime,System CurrentDateTime
Résultat System.DateTime

CurrentYearAdd public_oe property

public int CurrentYearAdd
Résultat int

RequiredAge public_oe property

public string RequiredAge
Résultat string