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

Afficher le fichier Open project: aurora-lzzp/Aurora-Weather

Méthodes publiques

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

Private Methods

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

Method Details

GenerateGlanceDescription() public static méthode

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
Résultat string

GenerateShortDescription() public static méthode

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