C# Class TheAirline.Models.General.Environment.Weather

Inheritance: BaseModel
显示文件 Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
Weather System

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Weather ( System.DateTime date, eWindSpeed windspeed, WindDirection direction, CloudCover cover, Precipitation precip, HourlyWeather temperatures, double temperatureLow, double temperatureHigh ) : System

Private Methods

Method Description
Weather ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

Weather() public method

public Weather ( System.DateTime date, eWindSpeed windspeed, WindDirection direction, CloudCover cover, Precipitation precip, HourlyWeather temperatures, double temperatureLow, double temperatureHigh ) : System
date System.DateTime
windspeed eWindSpeed
direction WindDirection
cover CloudCover
precip Precipitation
temperatures HourlyWeather
temperatureLow double
temperatureHigh double
return System