C# Class TheAirline.Models.Airliners.AirlinerType

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetCapacity ( ) : int
GetLeasingPrice ( ) : long
GetMaintenance ( ) : long
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Méthodes protégées

Méthode Description
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

Method Details

AirlinerType() protected méthode

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
Résultat System

AirlinerType() protected méthode

protected AirlinerType ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
Résultat System

GetCapacity() public abstract méthode

public abstract GetCapacity ( ) : int
Résultat int

GetLeasingPrice() public méthode

public GetLeasingPrice ( ) : long
Résultat long

GetMaintenance() public méthode

public GetMaintenance ( ) : long
Résultat long

GetObjectData() public méthode

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