C# Class SerialComm.ViewModel.ViewModelBase

Inheritance: INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: heiswayi/SerialComm

Méthodes publiques

Méthode Description
Dispose ( ) : void
RaisePropertyChanged ( string propertyName ) : void

Raises the PropertyChange event for the property specified

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnPropertyChanged ( string propertyName ) : void

Raises this object's PropertyChanged event.

ViewModelBase ( ) : System

Private Methods

Méthode Description
VerifyPropertyName ( string propertyName ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnPropertyChanged() protected méthode

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

RaisePropertyChanged() public méthode

Raises the PropertyChange event for the property specified
public RaisePropertyChanged ( string propertyName ) : void
propertyName string Property name to update. Is case-sensitive.
Résultat void

ViewModelBase() protected méthode

protected ViewModelBase ( ) : System
Résultat System