PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEWeatherCity

    Standard business object for weather city.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEWeatherCity
    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 StdBEWeatherCity : StdBaseBE

    Constructors

    StdBEWeatherCity()

    Declaration
    public StdBEWeatherCity()

    Properties

    City

    Gets or sets the city.

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

    Country

    Gets or sets the country.

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

    FullDescription

    Gets or sets the full description.

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

    Id

    Gets or sets the identifier.

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

    See Also

    StdBaseBE