C# Class PhotoSharingApp.Universal.ViewModels.CategoriesChooserViewModel

The ViewModel for the category chooser view.
Inheritance: ViewModelBase
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Private Properties

Свойство Type Description
OnAddCategory void
RefreshFilteredList void

Méthodes publiques

Méthode Description
CategoriesChooserViewModel ( IPhotoService photoService, IDialogService dialogService ) : System

Creates a new instance.

LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

Private Methods

Méthode Description
OnAddCategory ( ) : void
RefreshFilteredList ( Category category = null ) : void

Method Details

CategoriesChooserViewModel() public méthode

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

LoadState() public méthode

Loads the state.
public LoadState ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task