C# Class StupendousCounter.Core.ViewModel.CountersViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: jimbobbennett/StupendousCounter Class Usage Examples

Public Methods

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

Private Methods

Method Description
AddNewCounter ( ) : void

Method Details

CountersViewModel() public method

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

LoadCountersAsync() public method

public LoadCountersAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task