Method | Description | |
---|---|---|
ConvertFromIDToName ( string cityID ) : string |
Converts location ID to its name
|
|
ConvertFromNameToID ( string cityName ) : string |
Converts location name to its ID
|
|
GetConditions ( string city ) : |
||
GetForecast10 ( string city ) : |
||
WeatherParser ( string city ) : |
||
WeatherWorker ( string userName ) : System |
Method | Description | |
---|---|---|
GetForecast10Impl ( string city ) : |
public static ConvertFromIDToName ( string cityID ) : string | ||
cityID | string | |
return | string |
public static ConvertFromNameToID ( string cityName ) : string | ||
cityName | string | |
return | string |
public static GetConditions ( string city ) : |
||
city | string | |
return |
public GetForecast10 ( string city ) : |
||
city | string | |
return |
public static WeatherParser ( string city ) : |
||
city | string | |
return |
public WeatherWorker ( string userName ) : System | ||
userName | string | |
return | System |