C# Class ThermostatMonitorLib.OutsideConditions

Afficher le fichier Open project: AndroidThermostat/ThermostatMonitor-Net Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetByTime() public méthode

public GetByTime ( System.DateTime time ) : OutsideCondition
time System.DateTime
Résultat OutsideCondition

GetCSV() public méthode

public GetCSV ( ) : string
Résultat string

GetRange() public méthode

public GetRange ( System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
startDate System.DateTime
endDate System.DateTime
Résultat OutsideConditions

GetTempAverage() public méthode

public GetTempAverage ( System.DateTime startTime, System.DateTime endTime ) : double
startTime System.DateTime
endTime System.DateTime
Résultat double

GetTempHigh() public méthode

public GetTempHigh ( ) : double
Résultat double

GetTempLow() public méthode

public GetTempLow ( ) : double
Résultat double

LoadRange() public static méthode

public static LoadRange ( int locationId, System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
locationId int
startDate System.DateTime
endDate System.DateTime
Résultat OutsideConditions

LoadSummary() public static méthode

public static LoadSummary ( int locationId, System.DateTime startDate, System.DateTime endDate, int timezoneDifference ) : DataTable
locationId int
startDate System.DateTime
endDate System.DateTime
timezoneDifference int
Résultat System.Data.DataTable