C# Class ExBuddy.Plugins.Skywatcher.FF14AnglerWeatherProvider

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

Méthodes publiques

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

Private Methods

Méthode Description
GetEntries ( object stateInfo ) : void

Gets the entries.

GetTitleFromHtmlImg ( string htmlString ) : string

Method Details

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?