C# 클래스 SKELETON.ViewModel.ViewModel

some handy ViewModel stuff
상속: ViewModelBase
파일 보기 프로젝트 열기: dkackman/UWPAppSkeleton

보호된 메소드들

메소드 설명
NavigateTo ( string page ) : void
NavigateTo ( string page, object state ) : void
RaisePropertiesChanged ( ) : void
RaisePropertyChangedOnUI ( string propertyName ) : void
ViewModel ( INavigationService2 navigationService ) : GalaSoft.MvvmLight

비공개 메소드들

메소드 설명
ViewModel ( ) : GalaSoft.MvvmLight

메소드 상세

NavigateTo() 보호된 메소드

protected NavigateTo ( string page ) : void
page string
리턴 void

NavigateTo() 보호된 메소드

protected NavigateTo ( string page, object state ) : void
page string
state object
리턴 void

RaisePropertiesChanged() 보호된 메소드

protected RaisePropertiesChanged ( ) : void
리턴 void

RaisePropertyChangedOnUI() 보호된 메소드

protected RaisePropertyChangedOnUI ( string propertyName ) : void
propertyName string
리턴 void

ViewModel() 보호된 메소드

protected ViewModel ( INavigationService2 navigationService ) : GalaSoft.MvvmLight
navigationService INavigationService2
리턴 GalaSoft.MvvmLight