C# 클래스 SimPanel.ObservableObject

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: jungervin/SimPanel

공개 메소드들

메소드 설명
OnPropertyChanged ( string _sPropertyName = null ) : void

보호된 메소드들

메소드 설명
SetProperty ( &_tField, _tValue, &_tPreviousValue, string _sPropertyName = null ) : bool
SetProperty ( &_tField, _tValue, string _sPropertyName = null ) : bool

메소드 상세

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string _sPropertyName = null ) : void
_sPropertyName string
리턴 void

SetProperty() 보호된 메소드

protected SetProperty ( &_tField, _tValue, &_tPreviousValue, string _sPropertyName = null ) : bool
_sPropertyName string
리턴 bool

SetProperty() 보호된 메소드

protected SetProperty ( &_tField, _tValue, string _sPropertyName = null ) : bool
_sPropertyName string
리턴 bool