C# 클래스 RockWeb.Plugins.org_newpointe.Reporting.AttendanceEmail

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

공개 프로퍼티들

프로퍼티 타입 설명
attendancePercentage string
currentDateString string
currentSundayDate string
currentYear int
date2YrsAgo string
dateLastYear string
dateThisYear string
dictionary decimal>.Dictionary
emailContent string
lastYear int
weeknumber int

공개 메소드들

메소드 설명
FirstDateOfWeekISO8601 ( int year, int weekOfYear ) : System.DateTime

보호된 메소드들

메소드 설명
GenerateHTML ( decimal>.Dictionary attendanceDictionary ) : string
GetAttendance ( ) : void
Page_Load ( object sender, EventArgs e ) : void
btnSend_Click ( object sender, EventArgs e ) : void

비공개 메소드들

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

메소드 상세

FirstDateOfWeekISO8601() 공개 정적인 메소드

public static FirstDateOfWeekISO8601 ( int year, int weekOfYear ) : System.DateTime
year int
weekOfYear int
리턴 System.DateTime

GenerateHTML() 보호된 메소드

protected GenerateHTML ( decimal>.Dictionary attendanceDictionary ) : string
attendanceDictionary decimal>.Dictionary
리턴 string

GetAttendance() 보호된 메소드

protected GetAttendance ( ) : void
리턴 void

Page_Load() 보호된 메소드

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

btnSend_Click() 보호된 메소드

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

프로퍼티 상세

attendancePercentage 공개적으로 프로퍼티

public string attendancePercentage
리턴 string

currentDateString 공개적으로 프로퍼티

public string currentDateString
리턴 string

currentSundayDate 공개적으로 프로퍼티

public string currentSundayDate
리턴 string

currentYear 공개적으로 프로퍼티

public int currentYear
리턴 int

date2YrsAgo 공개적으로 프로퍼티

public string date2YrsAgo
리턴 string

dateLastYear 공개적으로 프로퍼티

public string dateLastYear
리턴 string

dateThisYear 공개적으로 프로퍼티

public string dateThisYear
리턴 string

dictionary 공개적으로 프로퍼티

public Dictionary dictionary
리턴 decimal>.Dictionary

emailContent 공개적으로 프로퍼티

public string emailContent
리턴 string

lastYear 공개적으로 프로퍼티

public int lastYear
리턴 int

weeknumber 공개적으로 프로퍼티

public int weeknumber
리턴 int