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

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

Private Properties

프로퍼티 타입 설명
OnAddCategory void
RefreshFilteredList void

공개 메소드들

메소드 설명
CategoriesChooserViewModel ( IPhotoService photoService, IDialogService dialogService ) : System

Creates a new instance.

LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

비공개 메소드들

메소드 설명
OnAddCategory ( ) : void
RefreshFilteredList ( Category category = null ) : void

메소드 상세

CategoriesChooserViewModel() 공개 메소드

Creates a new instance.
public CategoriesChooserViewModel ( IPhotoService photoService, IDialogService dialogService ) : System
photoService IPhotoService The photo service.
dialogService IDialogService The dialog service.
리턴 System

LoadState() 공개 메소드

Loads the state.
public LoadState ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task