C# Class CoffeeCups.CoffeesViewModel

Inheritance: MvvmHelpers.BaseViewModel
Show file Open project: jamesmontemagno/app-coffeecups Class Usage Examples

Public Methods

Method Description
CoffeesViewModel ( ) : System
LoginAsync ( ) : Task

Private Methods

Method Description
ExecuteAddCoffeeCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteLoadCoffeesCommandAsync ( ) : System.Threading.Tasks.Task
SortCoffees ( ) : void

Method Details

CoffeesViewModel() public method

public CoffeesViewModel ( ) : System
return System

LoginAsync() public method

public LoginAsync ( ) : Task
return Task