C# 클래스 Exrin.Framework.VisualState

상속: BindableModel, IVisualState
파일 보기 프로젝트 열기: exrin/Exrin

공개 메소드들

메소드 설명
Disposing ( ) : void
Init ( ) : void
VisualState ( IBaseModel model ) : Abstraction

보호된 메소드들

메소드 설명
HookEvents ( ) : void
OnModelStatePropertyChanged ( string propertyName ) : void

Will copy the value from the Model State into the Visual State when the Model property changes

비공개 메소드들

메소드 설명
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

Disposing() 공개 메소드

public Disposing ( ) : void
리턴 void

HookEvents() 보호된 메소드

protected HookEvents ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

OnModelStatePropertyChanged() 보호된 메소드

Will copy the value from the Model State into the Visual State when the Model property changes
protected OnModelStatePropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

VisualState() 공개 메소드

public VisualState ( IBaseModel model ) : Abstraction
model IBaseModel
리턴 Abstraction