C# Class RockWeb.Plugins.org_newpointe.Reporting.AttendanceEmail

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

Méthodes publiques

Свойство Type Description
attendancePercentage string
currentDateString string
currentSundayDate string
currentYear int
date2YrsAgo string
dateLastYear string
dateThisYear string
dictionary decimal>.Dictionary
emailContent string
lastYear int
weeknumber int

Méthodes publiques

Méthode Description
FirstDateOfWeekISO8601 ( int year, int weekOfYear ) : System.DateTime

Méthodes protégées

Méthode Description
GenerateHTML ( decimal>.Dictionary attendanceDictionary ) : string
GetAttendance ( ) : void
Page_Load ( object sender, EventArgs e ) : void
btnSend_Click ( object sender, EventArgs e ) : void

Private Methods

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

Method Details

FirstDateOfWeekISO8601() public static méthode

public static FirstDateOfWeekISO8601 ( int year, int weekOfYear ) : System.DateTime
year int
weekOfYear int
Résultat System.DateTime

GenerateHTML() protected méthode

protected GenerateHTML ( decimal>.Dictionary attendanceDictionary ) : string
attendanceDictionary decimal>.Dictionary
Résultat string

GetAttendance() protected méthode

protected GetAttendance ( ) : void
Résultat void

Page_Load() protected méthode

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

btnSend_Click() protected méthode

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

Property Details

attendancePercentage public_oe property

public string attendancePercentage
Résultat string

currentDateString public_oe property

public string currentDateString
Résultat string

currentSundayDate public_oe property

public string currentSundayDate
Résultat string

currentYear public_oe property

public int currentYear
Résultat int

date2YrsAgo public_oe property

public string date2YrsAgo
Résultat string

dateLastYear public_oe property

public string dateLastYear
Résultat string

dateThisYear public_oe property

public string dateThisYear
Résultat string

dictionary public_oe property

public Dictionary dictionary
Résultat decimal>.Dictionary

emailContent public_oe property

public string emailContent
Résultat string

lastYear public_oe property

public int lastYear
Résultat int

weeknumber public_oe property

public int weeknumber
Résultat int