C# Class BleMicroPythonSample.ViewModelBase

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: digidotcom/xbee-csharp

Méthodes protégées

Méthode Description
HideLoadingDialog ( ) : void

Hides the loading dialog.

RaisePropertyChangedEvent ( string propertyName ) : void

Raises a property changed event for the given property name.

ShowErrorDialog ( string title, string message ) : void

Shows an error dialog with the given title and message.

ShowLoadingDialog ( string text ) : void

Shows a loading dialog with the given text.

Method Details

HideLoadingDialog() protected méthode

Hides the loading dialog.
protected HideLoadingDialog ( ) : void
Résultat void

RaisePropertyChangedEvent() protected méthode

Raises a property changed event for the given property name.
protected RaisePropertyChangedEvent ( string propertyName ) : void
propertyName string Property name.
Résultat void

ShowErrorDialog() protected méthode

Shows an error dialog with the given title and message.
protected ShowErrorDialog ( string title, string message ) : void
title string Error title.
message string Error message.
Résultat void

ShowLoadingDialog() protected méthode

Shows a loading dialog with the given text.
protected ShowLoadingDialog ( string text ) : void
text string Text to display.
Résultat void