C# Class TheAirline.Models.General.DifficultyLevel

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

Private Properties

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

Méthodes publiques

Méthode Description
DifficultyLevel ( string name, double money, double loan, double passengers, double price, double ai, double startdata ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

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

Method Details

DifficultyLevel() public méthode

public DifficultyLevel ( string name, double money, double loan, double passengers, double price, double ai, double startdata ) : System
name string
money double
loan double
passengers double
price double
ai double
startdata double
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