WeatherInformation WP8: using nullable types
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 20:58:54 +0000 (22:58 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 20:58:54 +0000 (22:58 +0200)
commitf488149d28c4def5b7ffe7d8577dd61e79548d13
tree896bcb60f04b4bf7edf5152541a887fd22e64954
parent57d122467b9dce0f38053db9f7ec29c8c96b5f38
WeatherInformation WP8: using nullable types

I do not trust data coming from remote API.
22 files changed:
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Clouds.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Coord.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/CurrentWeather.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Main.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Rain.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Snow.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Sys.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Weather.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Wind.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/City.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/Coord.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/ForecastWeather.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/List.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/Temp.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/Weather.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Resources/AppResources.Designer.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Resources/AppResources.es.resx
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Resources/AppResources.es.xlf
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Resources/AppResources.qps-ploc.xlf
WindowsPhone/WP8/WeatherInformation/WeatherInformation/Resources/AppResources.resx
WindowsPhone/WP8/WeatherInformation/WeatherInformation/ViewModels/MainViewModel.cs
WindowsPhone/WP8/WeatherInformation/WeatherInformation/ViewModels/SelectedDateViewModel.cs