Search Results for

    Show / Hide Table of Contents

    Class WeatherForecastInfo

    Forecast information

    Inheritance
    object
    WeatherForecastInfo
    Namespace: Nettify.Weather
    Assembly: Nettify.dll
    Syntax
    public class WeatherForecastInfo

    Properties

    | Edit this page View Source

    Humidity

    Humidity in percent

    Declaration
    public double Humidity { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    ServerType

    Whether the server type is OWM or TWC

    Declaration
    public WeatherServerType ServerType { get; }
    Property Value
    Type Description
    WeatherServerType
    | Edit this page View Source

    Temperature

    Temperature

    Declaration
    public double Temperature { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    TemperatureMeasurement

    Temperature measurement

    Declaration
    public UnitMeasurement TemperatureMeasurement { get; }
    Property Value
    Type Description
    UnitMeasurement
    | Edit this page View Source

    Weather

    Weather condition

    Declaration
    public WeatherCondition Weather { get; }
    Property Value
    Type Description
    WeatherCondition
    | Edit this page View Source

    WeatherToken

    Weather token

    Declaration
    public JsonObject WeatherToken { get; }
    Property Value
    Type Description
    JsonObject
    | Edit this page View Source

    WindDirection

    Wind direction in degrees

    Declaration
    public double WindDirection { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    WindSpeed

    Wind speed. Imperial: mph, Metric/Kelvin: m.s

    Declaration
    public double WindSpeed { get; }
    Property Value
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX