C# Класс Com.Aurora.AuWeather.Models.Glance

Показать файл Открыть проект

Открытые методы

Метод Описание
GenerateGlanceDescription ( HeWeatherModel model, bool isNight, TemperatureParameter parameter, System.DateTime desiredDate ) : string
GenerateShortDescription ( HeWeatherModel model, bool isNight ) : string

Приватные методы

Метод Описание
GenerateLockDetailDescription ( HeWeatherModel model, bool isNight, TemperatureParameter parameter, System.DateTime desiredDate ) : string

Описание методов

GenerateGlanceDescription() публичный статический Метод

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
Результат string

GenerateShortDescription() публичный статический Метод

public static GenerateShortDescription ( HeWeatherModel model, bool isNight ) : string
model Com.Aurora.AuWeather.Models.HeWeather.HeWeatherModel
isNight bool
Результат string