C# Class MyDriving.ViewModel.PastTripsViewModel

Inheritance: ViewModelBase
Show file Open project: Azure-Samples/MyDriving Class Usage Examples

Public Methods

Method Description
ExecuteDeleteTripCommand ( Trip trip ) : Task
ExecuteLoadMorePastTripsCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteLoadPastTripsCommandAsync ( ) : System.Threading.Tasks.Task

Method Details

ExecuteDeleteTripCommand() public method

public ExecuteDeleteTripCommand ( Trip trip ) : Task
trip MyDriving.DataObjects.Trip
return Task

ExecuteLoadMorePastTripsCommandAsync() public method

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

ExecuteLoadPastTripsCommandAsync() public method

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