C# 클래스 ThermostatMonitorLib.Snapshots

파일 보기 프로젝트 열기: AndroidThermostat/ThermostatMonitor-Net 1 사용 예제들

공개 메소드들

메소드 설명
Generate ( int thermostatId ) : void
GetHourlyStats ( int timezoneOffset ) : DataTable
LoadDeltas ( int thermostatId, System.DateTime startDate, System.DateTime endDate ) : DataTable
LoadRange ( int thermostatId, System.DateTime startDate, System.DateTime endDate ) : Snapshots

비공개 메소드들

메소드 설명
LogOffCycle ( int thermostatId, Cycle cycle, System.DateTime lastCycleEndDate, Temperatures allTemperatures, OutsideConditions allConditions ) : void
LogOnCycle ( int thermostatId, Cycle cycle, Temperatures allTemperatures, OutsideConditions allConditions ) : void

메소드 상세

Generate() 공개 정적인 메소드

public static Generate ( int thermostatId ) : void
thermostatId int
리턴 void

GetHourlyStats() 공개 메소드

public GetHourlyStats ( int timezoneOffset ) : DataTable
timezoneOffset int
리턴 System.Data.DataTable

LoadDeltas() 공개 정적인 메소드

public static LoadDeltas ( int thermostatId, System.DateTime startDate, System.DateTime endDate ) : DataTable
thermostatId int
startDate System.DateTime
endDate System.DateTime
리턴 System.Data.DataTable

LoadRange() 공개 정적인 메소드

public static LoadRange ( int thermostatId, System.DateTime startDate, System.DateTime endDate ) : Snapshots
thermostatId int
startDate System.DateTime
endDate System.DateTime
리턴 Snapshots