C# Class CustomerApp.Support.ViewModel.ViewModelBase

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: dgadd/TDD_Kata_For_MVVM_on_Win_Phone_7

Méthodes publiques

Méthode Description
VerifyPropertyName ( string propertyName ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

OnPropertyChanged() protected méthode

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

VerifyPropertyName() public méthode

public VerifyPropertyName ( string propertyName ) : void
propertyName string
Résultat void