C# Class TheAirline.Models.Airliners.AirlinerCombiType

Inheritance: AirlinerPassengerType
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Свойство Type Description
AirlinerCombiType System

Méthodes publiques

Méthode Description
AirlinerCombiType ( 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, double cargo, bool isConvertable, bool standardType = true ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

Méthode Description
AirlinerCombiType ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

AirlinerCombiType() public méthode

public AirlinerCombiType ( 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, double cargo, 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
cargo double
isConvertable bool
standardType bool
Résultat System

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void