C# 클래스 TheAirline.Models.Airports.AirportProfile

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

Private Properties

프로퍼티 타입 설명
AirportProfile System
GetCurrentPaxValue double
GetCurrentPaxValueObject PaxValue
GetCurrentSize GeneralHelpers.Size
GetTimeZone TheAirline.Models.General.GameTimeZone

공개 메소드들

메소드 설명
AddExpansion ( AirportExpansion expansion ) : void
AirportProfile ( string name, string code, string icaocode, AirportType type, Period period, Town town, System.TimeSpan offsetGMT, System.TimeSpan offsetDST, Coordinates coordinates, GeneralHelpers cargo, double cargovolume, Weather season ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetPaxValue ( double pax ) : void

비공개 메소드들

메소드 설명
AirportProfile ( SerializationInfo info, StreamingContext ctxt ) : System
GetCurrentPaxValue ( ) : double
GetCurrentPaxValueObject ( ) : PaxValue
GetCurrentSize ( ) : GeneralHelpers.Size
GetTimeZone ( ) : GameTimeZone

메소드 상세

AddExpansion() 공개 메소드

public AddExpansion ( AirportExpansion expansion ) : void
expansion AirportExpansion
리턴 void

AirportProfile() 공개 메소드

public AirportProfile ( string name, string code, string icaocode, AirportType type, Period period, Town town, System.TimeSpan offsetGMT, System.TimeSpan offsetDST, Coordinates coordinates, GeneralHelpers cargo, double cargovolume, Weather season ) : System
name string
code string
icaocode string
type AirportType
period Period
town TheAirline.Models.General.Countries.Towns.Town
offsetGMT System.TimeSpan
offsetDST System.TimeSpan
coordinates TheAirline.Models.General.Coordinates
cargo GeneralHelpers
cargovolume double
season TheAirline.Models.General.Environment.Weather
리턴 System

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

SetPaxValue() 공개 메소드

public SetPaxValue ( double pax ) : void
pax double
리턴 void