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

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

Public Methods

Method Description
AirportTerminalMVVM ( Terminal terminal, System.Boolean isBuyable, System.Boolean isSellable ) : System
purchaseTerminal ( Airline airline ) : void

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

AirportTerminalMVVM() public method

public AirportTerminalMVVM ( Terminal terminal, System.Boolean isBuyable, System.Boolean isSellable ) : System
terminal TheAirline.Models.Airports.Terminal
isBuyable System.Boolean
isSellable System.Boolean
return System

purchaseTerminal() public method

public purchaseTerminal ( Airline airline ) : void
airline TheAirline.Models.Airlines.Airline
return void