C# 클래스 Zetbox.Client.Presentables.Debugger.ZetboxContextModel

Cant be a regular view model -> recursion when creating
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
ZetboxContextModel ( IZetboxContext dataCtx ) : System

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

Notifies all listeners of PropertyChanged about a change in a property

비공개 메소드들

메소드 설명
Disposed ( ) : void
OnContextChanged ( ) : void

Update the model's state when the context is changed

메소드 상세

OnPropertyChanged() 보호된 메소드

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

ZetboxContextModel() 공개 메소드

public ZetboxContextModel ( IZetboxContext dataCtx ) : System
dataCtx IZetboxContext
리턴 System