C# Class TheAirline.GUIModel.PagesModel.GamePageModel.DifficultyMVVM

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
DifficultyMVVM ( string uid, string name, double minValue, double avgValue, double maxValue ) : System

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

DifficultyMVVM() public method

public DifficultyMVVM ( string uid, string name, double minValue, double avgValue, double maxValue ) : System
uid string
name string
minValue double
avgValue double
maxValue double
return System