C# Class ModernApp4Me.Core.ViewModel.M4MBaseViewModel

A class base that should be extended in order to implement the MVVM pattern.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: smartnsoft/ModernApp4Me Class Usage Examples

Méthodes publiques

Méthode Description
M4MBaseViewModel ( ) : System.ComponentModel
OnPropertyChanged ( string propertyName ) : void

Méthodes protégées

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

Method Details

M4MBaseViewModel() public méthode

public M4MBaseViewModel ( ) : System.ComponentModel
Résultat System.ComponentModel

OnPropertyChanged() public méthode

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

RaiseOnPropertyChanged() protected méthode

protected RaiseOnPropertyChanged ( [ propertyName = "" ) : void
propertyName [
Résultat void