C# Class ExBuddy.Plugins.Skywatcher.SaintCoinachWeatherProvider

Inheritance: IWeatherProvider
Show file Open project: MGramolini/ExBuddy

Public Methods

Method 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 method

public CalculateRate ( System.DateTime time ) : byte
time System.DateTime
return byte

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

GetCurrentWeatherByZone() public method

public GetCurrentWeatherByZone ( int zoneId ) : int?
zoneId int
return int?

GetForecastByZone() public method

public GetForecastByZone ( int zoneId, System.TimeSpan timeSpan ) : int?
zoneId int
timeSpan System.TimeSpan
return int?