C# Class TheAirline.GUIModel.PagesModel.RoutesPageModel.MVVMRouteClass

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Methods

Method Description
MVVMRouteClass ( AirlinerClass type, RouteAirlinerClass seating, double fareprice ) : System

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

MVVMRouteClass() public method

public MVVMRouteClass ( AirlinerClass type, RouteAirlinerClass seating, double fareprice ) : System
type TheAirline.Models.Airliners.AirlinerClass
seating TheAirline.Models.Routes.RouteAirlinerClass
fareprice double
return System