C# Class events4me.ViewModels.HomeViewModel

Inheritance: ViewModelBase
显示文件 Open project: josemarluedke/events4me_mobile

Public Methods

Method Description
HomeViewModel ( INavigationService navigationService, IEventAggregator events ) : System.Collections.Generic
LoadDataDelayed ( ) : void
Logout ( ) : void
OpenDetails ( Event currentEvent ) : void

Protected Methods

Method Description
OnViewReady ( object view ) : void

Private Methods

Method Description
DelayedLoadData ( int delay ) : void
LoadData ( ) : void

Method Details

HomeViewModel() public method

public HomeViewModel ( INavigationService navigationService, IEventAggregator events ) : System.Collections.Generic
navigationService INavigationService
events IEventAggregator
return System.Collections.Generic

LoadDataDelayed() public method

public LoadDataDelayed ( ) : void
return void

Logout() public method

public Logout ( ) : void
return void

OnViewReady() protected method

protected OnViewReady ( object view ) : void
view object
return void

OpenDetails() public method

public OpenDetails ( Event currentEvent ) : void
currentEvent Event
return void