C# Класс TheAirline.Models.Airports.AirportProfile

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

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