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

Inheritance: BaseModel
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Свойство Type Description
Weather System

Méthodes publiques

Méthode 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

Méthode Description
Weather ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

Weather() public méthode

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
Résultat System