C# 클래스 WeatherAPI.Providers.WorldWeatherOnline.WWOProvider

상속: WeatherProvider, IWeather
파일 보기 프로젝트 열기: johnluetke/WeatherAPI

공개 메소드들

메소드 설명
IsAvailable ( ) : bool
Supports ( LocationType source ) : bool
Update ( ) : void
WWOProvider ( ) : System

보호된 메소드들

메소드 설명
translateConditions ( WWOWeatherCode code ) : WeatherCondition

메소드 상세

IsAvailable() 공개 메소드

public IsAvailable ( ) : bool
리턴 bool

Supports() 공개 메소드

public Supports ( LocationType source ) : bool
source LocationType
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void

WWOProvider() 공개 메소드

public WWOProvider ( ) : System
리턴 System

translateConditions() 보호된 메소드

protected translateConditions ( WWOWeatherCode code ) : WeatherCondition
code WWOWeatherCode
리턴 WeatherCondition