C# Class EvolveApp.ViewModels.BaseViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: xamarin/mini-hacks Class Usage Examples

Méthodes publiques

Méthode Description
BaseViewModel ( ) : System
SetPrivateBusy ( bool valueToSet ) : void

Méthodes protégées

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

Method Details

BaseViewModel() public méthode

public BaseViewModel ( ) : System
Résultat System

OnPropertyChanged() protected méthode

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

SetPrivateBusy() public méthode

public SetPrivateBusy ( bool valueToSet ) : void
valueToSet bool
Résultat void