C# Class CK.WPF.ViewModel.VMBase

Base class for all View Model classes in the application. It provides support for property change notifications This class is abstract.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = "" ) : void

Raises this object's PropertyChanged event.

VMBase ( ) : System

Private Methods

Méthode Description
CheckPropertyName ( string propertyName ) : void
SetThrowOnInvalidPropertyName ( bool throwException ) : void

Method Details

OnPropertyChanged() protected méthode

Raises this object's PropertyChanged event.
protected OnPropertyChanged ( [ propertyName = "" ) : void
propertyName [ The property that has a new value.
Résultat void

VMBase() protected méthode

protected VMBase ( ) : System
Résultat System