C# 클래스 PhotoSharingApp.Universal.ViewModels.SettingsViewModel

The ViewModel for the settings view.
상속: ViewModelBase
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
SettingsViewModel ( IPhotoService photoService, INavigationFacade navigationFacade, IDialogService dialogService ) : System

Initializes a new instance of the SettingsViewModel class.

비공개 메소드들

메소드 설명
OnShowAbout ( ) : void
OnShowPrivacyPolicy ( ) : void
OnSignOut ( ) : void

메소드 상세

SettingsViewModel() 공개 메소드

Initializes a new instance of the SettingsViewModel class.
public SettingsViewModel ( IPhotoService photoService, INavigationFacade navigationFacade, IDialogService dialogService ) : System
photoService IPhotoService The photo service.
navigationFacade INavigationFacade The navigation facade.
dialogService IDialogService The dialog service.
리턴 System