C# Class Commanding.DemoViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: davidbritch/xamarin-forms Class Usage Examples

Méthodes publiques

Méthode Description
DemoViewModel ( ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
CalculateSquareRoot ( ) : void
CalculateSquareRoot ( string value ) : void
CanInitiateNewDownload ( bool value ) : void
SimulateDownload ( ) : void
SimulateDownloadAsync ( ) : System.Threading.Tasks.Task

Method Details

DemoViewModel() public méthode

public DemoViewModel ( ) : System
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void