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

Inheritance: BaseModel
Datei anzeigen Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
WeatherAverage System

Public Methods

Method 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

Method Description
WeatherAverage ( 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

WeatherAverage() public method

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
return System

WeatherAverage() public method

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
return System

WeatherAverage() public method

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
return System

WeatherAverage() public method

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
return System