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

Cant be a regular view model -> recursion when creating
Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: daszat/zetbox

Public Methods

Method Description
ZetboxContextModel ( IZetboxContext dataCtx ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Notifies all listeners of PropertyChanged about a change in a property

Private Methods

Method Description
Disposed ( ) : void
OnContextChanged ( ) : void

Update the model's state when the context is changed

Method Details

OnPropertyChanged() protected method

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

ZetboxContextModel() public method

public ZetboxContextModel ( IZetboxContext dataCtx ) : System
dataCtx IZetboxContext
return System