C# Class MyDriving.ViewModel.PastTripsViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Azure-Samples/MyDriving Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteDeleteTripCommand ( Trip trip ) : Task
ExecuteLoadMorePastTripsCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteLoadPastTripsCommandAsync ( ) : System.Threading.Tasks.Task

Method Details

ExecuteDeleteTripCommand() public méthode

public ExecuteDeleteTripCommand ( Trip trip ) : Task
trip MyDriving.DataObjects.Trip
Résultat Task

ExecuteLoadMorePastTripsCommandAsync() public méthode

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

ExecuteLoadPastTripsCommandAsync() public méthode

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