C# 클래스 TheAirline.Models.General.Environment.WeatherAverage

상속: BaseModel
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

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