C# Класс TheAirline.Models.Airliners.AirlinerPassengerType

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

Private Properties

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

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

Метод Описание
AirlinerPassengerType ( Manufacturer manufacturer, string name, string family, int seating, int cockpitcrew, int cabincrew, double speed, long range, double wingspan, double length, double weight, double consumption, long price, int maxAirlinerClasses, long minRunwaylength, long fuelcapacity, BodyType body, TypeRange rangeType, TypeOfEngine engine, Period produced, int prodRate, bool isConvertable, bool standardType = true ) : System
GetCapacity ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Защищенные методы

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

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

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

public AirlinerPassengerType ( Manufacturer manufacturer, string name, string family, int seating, int cockpitcrew, int cabincrew, double speed, long range, double wingspan, double length, double weight, double consumption, long price, int maxAirlinerClasses, long minRunwaylength, long fuelcapacity, BodyType body, TypeRange rangeType, TypeOfEngine engine, Period produced, int prodRate, bool isConvertable, bool standardType = true ) : System
manufacturer Manufacturer
name string
family string
seating int
cockpitcrew int
cabincrew int
speed double
range long
wingspan double
length double
weight double
consumption double
price long
maxAirlinerClasses int
minRunwaylength long
fuelcapacity long
body BodyType
rangeType TypeRange
engine TypeOfEngine
produced Period
prodRate int
isConvertable bool
standardType bool
Результат System

AirlinerPassengerType() защищенный Метод

protected AirlinerPassengerType ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
Результат System

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

public GetCapacity ( ) : int
Результат int

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

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