C# Class StupendousCounter.Core.ViewModel.CounterViewModel

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

Méthodes publiques

Méthode Description
CounterViewModel ( Counter counter, IDatabaseHelper databaseHelper, IDialogService dialogService, INavigationService navigationService ) : System.Threading.Tasks

Private Methods

Méthode Description
DeleteAsync ( ) : System.Threading.Tasks.Task
Edit ( ) : void
IncrementAsync ( ) : System.Threading.Tasks.Task
SaveAsync ( ) : System.Threading.Tasks.Task

Method Details

CounterViewModel() public méthode

public CounterViewModel ( Counter counter, IDatabaseHelper databaseHelper, IDialogService dialogService, INavigationService navigationService ) : System.Threading.Tasks
counter Counter
databaseHelper IDatabaseHelper
dialogService IDialogService
navigationService INavigationService
Résultat System.Threading.Tasks