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

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

공개 메소드들

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

메소드 상세

CalculateRate() 공개 메소드

public CalculateRate ( System.DateTime time ) : byte
time System.DateTime
리턴 byte

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?