C# Class ExBuddy.Plugins.Skywatcher.FF14AnglerWeatherProvider

Inheritance: IWeatherProvider
Show file Open project: MGramolini/ExBuddy

Public Methods

Method Description
Disable ( ) : void
Enable ( ) : void
GetCurrentWeatherByZone ( int zoneId ) : int?
GetForecastByZone ( int zoneId, System.TimeSpan timeSpan ) : int?

Private Methods

Method Description
GetEntries ( object stateInfo ) : void

Gets the entries.

GetTitleFromHtmlImg ( string htmlString ) : string

Method Details

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?