C# Class TheAirline.Models.Airliners.EngineType

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

Private Properties

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

Méthodes publiques

Méthode Description
AddAirlinerType ( AirlinerType type ) : void
EngineType ( string model, Manufacturer manufacturer, TypeOfEngine engine, NoiseLevel noise, double consumptation, long price, int maxspeed, int ceiling, double runway, double range, Period produced ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

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

Method Details

AddAirlinerType() public méthode

public AddAirlinerType ( AirlinerType type ) : void
type AirlinerType
Résultat void

EngineType() public méthode

public EngineType ( string model, Manufacturer manufacturer, TypeOfEngine engine, NoiseLevel noise, double consumptation, long price, int maxspeed, int ceiling, double runway, double range, Period produced ) : System
model string
manufacturer Manufacturer
engine TypeOfEngine
noise NoiseLevel
consumptation double
price long
maxspeed int
ceiling int
runway double
range double
produced Period
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