C# Class CustomerApp.Support.ViewModel.ViewModelBase

Inheritance: INotifyPropertyChanged
显示文件 Open project: dgadd/TDD_Kata_For_MVVM_on_Win_Phone_7

Public Methods

Method Description
VerifyPropertyName ( string propertyName ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

VerifyPropertyName() public method

public VerifyPropertyName ( string propertyName ) : void
propertyName string
return void