C# 클래스 ExBuddy.Plugins.Skywatcher.FF14AnglerWeatherProvider

상속: IWeatherProvider
파일 보기 프로젝트 열기: MGramolini/ExBuddy

공개 메소드들

메소드 설명
Disable ( ) : void
Enable ( ) : void
GetCurrentWeatherByZone ( int zoneId ) : int?
GetForecastByZone ( int zoneId, System.TimeSpan timeSpan ) : int?

비공개 메소드들

메소드 설명
GetEntries ( object stateInfo ) : void

Gets the entries.

GetTitleFromHtmlImg ( string htmlString ) : string

메소드 상세

Disable() 공개 메소드

public Disable ( ) : void
리턴 void

Enable() 공개 메소드

public Enable ( ) : void
리턴 void

GetCurrentWeatherByZone() 공개 메소드

public GetCurrentWeatherByZone ( int zoneId ) : int?
zoneId int
리턴 int?

GetForecastByZone() 공개 메소드

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