C# Class TheAirline.GUIModel.PagesModel.AirportPageModel.DemandMVVM

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

Méthodes publiques

Méthode Description
DemandMVVM ( TheAirline.Model.AirportModel.Airport destination, int passengers, int totalpax, int cargo, double distance ) : System

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

DemandMVVM() public méthode

public DemandMVVM ( TheAirline.Model.AirportModel.Airport destination, int passengers, int totalpax, int cargo, double distance ) : System
destination TheAirline.Model.AirportModel.Airport
passengers int
totalpax int
cargo int
distance double
Résultat System