C# Class TheAirline.GUIModel.PagesModel.AirlinersPageModel.AirlinerOrderMVVM

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

Public Methods

Method Description
AirlinerOrderMVVM ( TheAirline.Model.AirlinerModel.AirlinerType type, AirlinerOrdersMVVM order, int amount = 1 ) : System
getOrderPrice ( ) : long

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

AirlinerOrderMVVM() public method

public AirlinerOrderMVVM ( TheAirline.Model.AirlinerModel.AirlinerType type, AirlinerOrdersMVVM order, int amount = 1 ) : System
type TheAirline.Model.AirlinerModel.AirlinerType
order AirlinerOrdersMVVM
amount int
return System

getOrderPrice() public method

public getOrderPrice ( ) : long
return long