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

显示文件 Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
AddWeatherAverage ( WeatherAverage average ) : void
Clear ( ) : void
GetWeatherAverage ( int month, Airport airport ) : WeatherAverage
GetWeatherAverages ( Predicate match ) : List

Method Details

AddWeatherAverage() public static method

public static AddWeatherAverage ( WeatherAverage average ) : void
average WeatherAverage
return void

Clear() public static method

public static Clear ( ) : void
return void

GetWeatherAverage() public static method

public static GetWeatherAverage ( int month, Airport airport ) : WeatherAverage
month int
airport TheAirline.Models.Airports.Airport
return WeatherAverage

GetWeatherAverages() public static method

public static GetWeatherAverages ( Predicate match ) : List
match Predicate
return List