C# Class Zetbox.Client.Presentables.Debugger.ZetboxContextModel

Cant be a regular view model -> recursion when creating
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
ZetboxContextModel ( IZetboxContext dataCtx ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Notifies all listeners of PropertyChanged about a change in a property

Private Methods

Méthode Description
Disposed ( ) : void
OnContextChanged ( ) : void

Update the model's state when the context is changed

Method Details

OnPropertyChanged() protected méthode

Notifies all listeners of PropertyChanged about a change in a property
protected OnPropertyChanged ( string propertyName ) : void
propertyName string the changed property
Résultat void

ZetboxContextModel() public méthode

public ZetboxContextModel ( IZetboxContext dataCtx ) : System
dataCtx IZetboxContext
Résultat System