|
AP&C API Reference
|
A report object that organizes the measurement data based on a week's timeframe. More...
Public Member Functions | |
| WeeklyHistoryReport (DateTime date, string fileLocation, decimal costPerkWh) | |
| void | UpdateDailyAverages (WeightedMeasurementAvgs avgs) |
| void | UpdateDailyReport (uint day, WeightedMeasurementAvgs avgs) |
Static Public Member Functions | |
| static string | GetWeeklyReportPath (string location, int year, int week) |
| The weekly details for each measurement. These are hourly average values. More... | |
| static string | GetWeeklyReportFile (int year, int week) |
Properties | |
| int | Year [get, set] |
| Gets or sets the year the report applies to. More... | |
| int | Week [get, set] |
| Gets or sets the week of the year the report applies to. More... | |
| string | FilePath [get, set] |
| Returns the report path for the More... | |
| int | LastDay [get, set] |
| Gets or sets the last day that was appended to the report. More... | |
| decimal | CostPerkWh [get, set] |
| DateTime | FirstDay [get, set] |
| string | FirstDayISO [get] |
| string | FirstDayDisplay [get] |
| Dictionary< uint, ManagedElement > | Elements [get, set] |
| List< ReportDataPoint > | WeeklyUsageSummary [get] |
| The weekly summary of power usage numbers showing the daily average for each measurement. More... | |
| List< ReportDataPoint > | WeeklyCostSummary [get] |
| The weekly summary of cost for power measurements. More... | |
| Dictionary< uint, List< ReportDataPoint > > | DailyAverages [get, set] |
| Gets or sets the daily averages for the weekly report. These are 'weekly details'. More... | |
| Dictionary< uint, DailyHistoryReport > | DailyDetails [get, set] |
| Gets or sets the daily details. More... | |
A report object that organizes the measurement data based on a week's timeframe.
|
inlinestatic |
The weekly details for each measurement. These are hourly average values.
|
inline |
| avgs | avgs is a set of WeightedMeasurementAvg across multiple elements. |
|
getset |
Gets or sets the daily averages for the weekly report. These are 'weekly details'.
The daily averages.
|
getset |
Gets or sets the daily details.
The daily details.
|
getset |
Returns the report path for the
|
getset |
Gets or sets the last day that was appended to the report.
The last day.
|
getset |
Gets or sets the week of the year the report applies to.
The week.
|
get |
The weekly summary of cost for power measurements.
|
get |
The weekly summary of power usage numbers showing the daily average for each measurement.
|
getset |
Gets or sets the year the report applies to.
The year.