AP&C API Reference
|
This is the simple interface used to trigger a report generator to do its thing. More...
Public Member Functions | |
void | AppendToWeeklyReports (DateTime date) |
Should append data for the given date to the weekly report. More... | |
void | AppendToMonthlyReports (DateTime date) |
Should append data for the given date to the monthly report. More... | |
void | GenerateWeeklyReports (DateTime date) |
Should completely re/generate the weekly reports for the week containing the given date. More... | |
void | GenerateMonthlyReports (DateTime date) |
Should completely re/generate the monthly reports for the month containing the given date. More... | |
This is the simple interface used to trigger a report generator to do its thing.
void Apac.Reporting.IReportGenerator.AppendToMonthlyReports | ( | DateTime | date | ) |
Should append data for the given date to the monthly report.
date |
Implemented in Apac.Reporting.ThreadedReportingEngine.
void Apac.Reporting.IReportGenerator.AppendToWeeklyReports | ( | DateTime | date | ) |
Should append data for the given date to the weekly report.
date | The date to be appended to the report. |
Implemented in Apac.Reporting.ThreadedReportingEngine.
void Apac.Reporting.IReportGenerator.GenerateMonthlyReports | ( | DateTime | date | ) |
Should completely re/generate the monthly reports for the month containing the given date.
date | The date used to determine which monthly report to generate. |
Implemented in Apac.Reporting.ThreadedReportingEngine.
void Apac.Reporting.IReportGenerator.GenerateWeeklyReports | ( | DateTime | date | ) |
Should completely re/generate the weekly reports for the week containing the given date.
date | The date used to determine which weekly report to generate. |
Implemented in Apac.Reporting.ThreadedReportingEngine.