C# Class ExBuddy.Plugins.Skywatcher.SaintCoinachWeatherProvider

Inheritance: IWeatherProvider
Afficher le fichier Open project: MGramolini/ExBuddy

Méthodes publiques

Méthode Description
CalculateRate ( System.DateTime time ) : byte
Disable ( ) : void
Enable ( ) : void
GetCurrentWeatherByZone ( int zoneId ) : int?
GetForecastByZone ( int zoneId, System.TimeSpan timeSpan ) : int?

Method Details

CalculateRate() public méthode

public CalculateRate ( System.DateTime time ) : byte
time System.DateTime
Résultat byte

Disable() public méthode

public Disable ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

GetCurrentWeatherByZone() public méthode

public GetCurrentWeatherByZone ( int zoneId ) : int?
zoneId int
Résultat int?

GetForecastByZone() public méthode

public GetForecastByZone ( int zoneId, System.TimeSpan timeSpan ) : int?
zoneId int
timeSpan System.TimeSpan
Résultat int?