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

Inheritance: INotifyPropertyChanged
Show file Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Methods

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

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

DemandMVVM() public method

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
return System