C# Class SKELETON.ViewModel.ViewModel

some handy ViewModel stuff
Inheritance: ViewModelBase
Afficher le fichier Open project: dkackman/UWPAppSkeleton

Méthodes protégées

Méthode Description
NavigateTo ( string page ) : void
NavigateTo ( string page, object state ) : void
RaisePropertiesChanged ( ) : void
RaisePropertyChangedOnUI ( string propertyName ) : void
ViewModel ( INavigationService2 navigationService ) : GalaSoft.MvvmLight

Private Methods

Méthode Description
ViewModel ( ) : GalaSoft.MvvmLight

Method Details

NavigateTo() protected méthode

protected NavigateTo ( string page ) : void
page string
Résultat void

NavigateTo() protected méthode

protected NavigateTo ( string page, object state ) : void
page string
state object
Résultat void

RaisePropertiesChanged() protected méthode

protected RaisePropertiesChanged ( ) : void
Résultat void

RaisePropertyChangedOnUI() protected méthode

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

ViewModel() protected méthode

protected ViewModel ( INavigationService2 navigationService ) : GalaSoft.MvvmLight
navigationService INavigationService2
Résultat GalaSoft.MvvmLight