Class Weather
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:UM4RS.Context.Physicalcondition
Assembly:UM4RS.dll
Syntax
[Table("Weather")]
public class Weather : ModelEntity<Weather>, IDisposable, IBaseEntity
Properties
Condition
Declaration
public string Condition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Humidity
Declaration
[NonExportable]
public float Humidity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Id
Declaration
[NonExportable]
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
MaxTemp
Declaration
[NonExportable]
public float MaxTemp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
MinTemp
Declaration
[NonExportable]
public float MinTemp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |