C# Class StupendousCounter.Core.ViewModel.CountersViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: jimbobbennett/StupendousCounter Class Usage Examples

Méthodes publiques

Méthode Description
CountersViewModel ( IDatabaseHelper databaseHelper, INavigationService navigationService, IDialogService dialogService ) : System.Collections.ObjectModel
LoadCountersAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
AddNewCounter ( ) : void

Method Details

CountersViewModel() public méthode

public CountersViewModel ( IDatabaseHelper databaseHelper, INavigationService navigationService, IDialogService dialogService ) : System.Collections.ObjectModel
databaseHelper IDatabaseHelper
navigationService INavigationService
dialogService IDialogService
Résultat System.Collections.ObjectModel

LoadCountersAsync() public méthode

public LoadCountersAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task