C# 클래스 CK.WPF.ViewModel.VMBase

Base class for all View Model classes in the application. It provides support for property change notifications This class is abstract.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Invenietis/ck-certified

보호된 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = "" ) : void

Raises this object's PropertyChanged event.

VMBase ( ) : System

비공개 메소드들

메소드 설명
CheckPropertyName ( string propertyName ) : void
SetThrowOnInvalidPropertyName ( bool throwException ) : void

메소드 상세

OnPropertyChanged() 보호된 메소드

Raises this object's PropertyChanged event.
protected OnPropertyChanged ( [ propertyName = "" ) : void
propertyName [ The property that has a new value.
리턴 void

VMBase() 보호된 메소드

protected VMBase ( ) : System
리턴 System