C# Class MonkeyApp.ViewModel.MonkeyListViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: jamesmontemagno/MonkeysApp-Workshop Class Usage Examples

Public Methods

Method Description
GetMonkeysAsync ( ) : System.Threading.Tasks.Task
MonkeyListViewModel ( INavigation navigation ) : MonkeyApp.Interfaces
OnPropertyChanged ( string name ) : void

Method Details

GetMonkeysAsync() public method

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

MonkeyListViewModel() public method

public MonkeyListViewModel ( INavigation navigation ) : MonkeyApp.Interfaces
navigation INavigation
return MonkeyApp.Interfaces

OnPropertyChanged() public method

public OnPropertyChanged ( string name ) : void
name string
return void