C# Класс TheAirline.Models.General.Environment.WeatherAverage

Наследование: BaseModel
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
WeatherAverage System

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
WeatherAverage ( SerializationInfo info, StreamingContext ctxt ) : System

Описание методов

GetObjectData() публичный Метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат void

WeatherAverage() публичный Метод

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
Результат System

WeatherAverage() публичный Метод

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
Результат System

WeatherAverage() публичный Метод

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
Результат System

WeatherAverage() публичный Метод

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
Результат System