PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEWeatherDay

    Standard business entity for weather day information.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEWeatherDay
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBE100
    Assembly: StdPlatBE100.dll
    Syntax
    public class StdBEWeatherDay : StdBaseBE

    Constructors

    StdBEWeatherDay()

    Initializes a new instance of the StdBEWeatherDay class.

    Declaration
    public StdBEWeatherDay()

    Properties

    Clouds

    Gets or sets the clouds.

    Declaration
    public string Clouds { get; set; }
    Property Value
    Type Description
    System.String

    HumidityValue

    Gets or sets the humidity value.

    Declaration
    public string HumidityValue { get; set; }
    Property Value
    Type Description
    System.String

    MaxTemperature

    Gets or sets the maximum temperature.

    Declaration
    public string MaxTemperature { get; set; }
    Property Value
    Type Description
    System.String

    MinTemperature

    Gets or sets the minimum temperature.

    Declaration
    public string MinTemperature { get; set; }
    Property Value
    Type Description
    System.String

    Pressure

    Gets or sets the pressure.

    Declaration
    public string Pressure { get; set; }
    Property Value
    Type Description
    System.String

    WeatherDay

    Gets or sets the weather day;

    Declaration
    public DateTime WeatherDay { get; set; }
    Property Value
    Type Description
    System.DateTime

    WeatherID

    Gets or sets the weather identifier.

    Declaration
    public string WeatherID { get; set; }
    Property Value
    Type Description
    System.String

    WeatherPic

    Gets or sets the weather pic.

    Declaration
    public Image WeatherPic { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    WindDescription

    Gets or sets the wind description.

    Declaration
    public string WindDescription { get; set; }
    Property Value
    Type Description
    System.String

    WindDirection

    Gets or sets the wind direction.

    Declaration
    public string WindDirection { get; set; }
    Property Value
    Type Description
    System.String

    WindDirectionDegre

    Gets or sets the wind direction degre.

    Declaration
    public string WindDirectionDegre { get; set; }
    Property Value
    Type Description
    System.String

    WindValue

    Gets or sets the wind value.

    Declaration
    public string WindValue { get; set; }
    Property Value
    Type Description
    System.String

    See Also

    StdBaseBE