Class StdBEWeatherCity
Standard business object for weather city.
Inherited Members
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 |