C# Class Com.Aurora.AuWeather.Models.Glance

Show file Open project: aurora-lzzp/Aurora-Weather

Public Methods

Method Description
GenerateGlanceDescription ( HeWeatherModel model, bool isNight, TemperatureParameter parameter, System.DateTime desiredDate ) : string
GenerateShortDescription ( HeWeatherModel model, bool isNight ) : string

Private Methods

Method Description
GenerateLockDetailDescription ( HeWeatherModel model, bool isNight, TemperatureParameter parameter, System.DateTime desiredDate ) : string

Method Details

GenerateGlanceDescription() public static method

public static GenerateGlanceDescription ( HeWeatherModel model, bool isNight, TemperatureParameter parameter, System.DateTime desiredDate ) : string
model Com.Aurora.AuWeather.Models.HeWeather.HeWeatherModel
isNight bool
parameter TemperatureParameter
desiredDate System.DateTime
return string

GenerateShortDescription() public static method

public static GenerateShortDescription ( HeWeatherModel model, bool isNight ) : string
model Com.Aurora.AuWeather.Models.HeWeather.HeWeatherModel
isNight bool
return string