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

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

Private Properties

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

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

Метод Описание
AirlinerCargoType ( Manufacturer manufacturer, string name, string family, int cockpitcrew, double cargoSize, double speed, long range, double wingspan, double length, double weight, double consumption, long price, 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

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

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

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

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

public AirlinerCargoType ( Manufacturer manufacturer, string name, string family, int cockpitcrew, double cargoSize, double speed, long range, double wingspan, double length, double weight, double consumption, long price, 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
cockpitcrew int
cargoSize double
speed double
range long
wingspan double
length double
weight double
consumption double
price long
minRunwaylength long
fuelcapacity long
body BodyType
rangeType TypeRange
engine TypeOfEngine
produced Period
prodRate int
isConvertable bool
standardType bool
Результат 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