C# Class AltitudeAngelWings.ViewModels.MainViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Méthode Description
MainViewModel ( ) : System
MainViewModel ( AltitudeAngelService altitudeAngelService ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Private Methods

Méthode Description
CreateSampleData ( ) : void
ExecuteConnect ( object notUsed ) : System.Threading.Tasks.Task
ExecuteDisconnect ( object arg ) : System.Threading.Tasks.Task
NewTelemetry ( ) : void
UpdateSignInState ( bool signedIn ) : void
WeatherChanged ( WeatherInfo weatherReport ) : void

Method Details

MainViewModel() public méthode

public MainViewModel ( ) : System
Résultat System

MainViewModel() public méthode

public MainViewModel ( AltitudeAngelService altitudeAngelService ) : System
altitudeAngelService AltitudeAngelWings.Service.AltitudeAngelService
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void