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

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

Private Properties

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

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

Метод Описание
GetCapacity ( ) : int
GetLeasingPrice ( ) : long
GetMaintenance ( ) : long
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

Метод Описание
AirlinerType ( Manufacturer manufacturer, TypeOfAirliner typeOfAirliner, string name, string family, int cockpitCrew, 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 ) : System
AirlinerType ( SerializationInfo info, StreamingContext ctxt ) : System

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

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

protected AirlinerType ( Manufacturer manufacturer, TypeOfAirliner typeOfAirliner, string name, string family, int cockpitCrew, 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 ) : System
manufacturer Manufacturer
typeOfAirliner TypeOfAirliner
name string
family string
cockpitCrew int
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

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

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

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

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

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

public GetLeasingPrice ( ) : long
Результат long

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

public GetMaintenance ( ) : long
Результат long

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

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