C# 클래스 ThermostatMonitorLib.OutsideConditions

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

공개 메소드들

메소드 설명
GetByTime ( System.DateTime time ) : OutsideCondition
GetCSV ( ) : string
GetRange ( System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
GetTempAverage ( System.DateTime startTime, System.DateTime endTime ) : double
GetTempHigh ( ) : double
GetTempLow ( ) : double
LoadRange ( int locationId, System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
LoadSummary ( int locationId, System.DateTime startDate, System.DateTime endDate, int timezoneDifference ) : DataTable

메소드 상세

GetByTime() 공개 메소드

public GetByTime ( System.DateTime time ) : OutsideCondition
time System.DateTime
리턴 OutsideCondition

GetCSV() 공개 메소드

public GetCSV ( ) : string
리턴 string

GetRange() 공개 메소드

public GetRange ( System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
startDate System.DateTime
endDate System.DateTime
리턴 OutsideConditions

GetTempAverage() 공개 메소드

public GetTempAverage ( System.DateTime startTime, System.DateTime endTime ) : double
startTime System.DateTime
endTime System.DateTime
리턴 double

GetTempHigh() 공개 메소드

public GetTempHigh ( ) : double
리턴 double

GetTempLow() 공개 메소드

public GetTempLow ( ) : double
리턴 double

LoadRange() 공개 정적인 메소드

public static LoadRange ( int locationId, System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
locationId int
startDate System.DateTime
endDate System.DateTime
리턴 OutsideConditions

LoadSummary() 공개 정적인 메소드

public static LoadSummary ( int locationId, System.DateTime startDate, System.DateTime endDate, int timezoneDifference ) : DataTable
locationId int
startDate System.DateTime
endDate System.DateTime
timezoneDifference int
리턴 System.Data.DataTable