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

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

Private Properties

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

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
WeatherAverage ( int month, double temperatureMin, double temperatureMax, int precipitation, Weather windspeedMin, Weather windspeedMax, Airport airport ) : System
WeatherAverage ( int month, double temperatureMin, double temperatureMax, int precipitation, Weather windspeedMin, Weather windspeedMax, Country country ) : System
WeatherAverage ( int month, double temperatureMin, double temperatureMax, int precipitation, Weather windspeedMin, Weather windspeedMax, Country country, Town town, Airport airport ) : System
WeatherAverage ( int month, double temperatureMin, double temperatureMax, int precipitation, Weather windspeedMin, Weather windspeedMax, Town town ) : System

Private Methods

Méthode Description
WeatherAverage ( 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

WeatherAverage() public méthode

public WeatherAverage ( int month, double temperatureMin, double temperatureMax, int precipitation, Weather windspeedMin, Weather windspeedMax, Airport airport ) : System
month int
temperatureMin double
temperatureMax double
precipitation int
windspeedMin Weather
windspeedMax Weather
airport TheAirline.Models.Airports.Airport
Résultat System

WeatherAverage() public méthode

public WeatherAverage ( int month, double temperatureMin, double temperatureMax, int precipitation, Weather windspeedMin, Weather windspeedMax, Country country ) : System
month int
temperatureMin double
temperatureMax double
precipitation int
windspeedMin Weather
windspeedMax Weather
country TheAirline.Models.General.Countries.Country
Résultat System

WeatherAverage() public méthode

public WeatherAverage ( int month, double temperatureMin, double temperatureMax, int precipitation, Weather windspeedMin, Weather windspeedMax, Country country, Town town, Airport airport ) : System
month int
temperatureMin double
temperatureMax double
precipitation int
windspeedMin Weather
windspeedMax Weather
country TheAirline.Models.General.Countries.Country
town TheAirline.Models.General.Countries.Towns.Town
airport TheAirline.Models.Airports.Airport
Résultat System

WeatherAverage() public méthode

public WeatherAverage ( int month, double temperatureMin, double temperatureMax, int precipitation, Weather windspeedMin, Weather windspeedMax, Town town ) : System
month int
temperatureMin double
temperatureMax double
precipitation int
windspeedMin Weather
windspeedMax Weather
town TheAirline.Models.General.Countries.Towns.Town
Résultat System