C# Class EasyBike.ViewModels.MainViewModel

Inheritance: ViewModelBase
Exibir arquivo Open project: ThePublicBikeGang/EasyBike Class Usage Examples

Public Properties

Property Type Description
SelectedTile LinkedListNode

Public Methods

Method Description
GoToFavorite ( Favorite favorite ) : void
LoadPreviousTile ( ) : void

Load the previous map tile choosen during last launch of the app

MainViewModel ( IDialogService dialogService, INotificationService notificationService, ISettingsService settingsService, INavigationService navigationService, IConfigService configService, IStorageService storageService, ITileService tileService ) : GalaSoft.MvvmLight

Private Methods

Method Description
Init ( ) : void

Method Details

GoToFavorite() public method

public GoToFavorite ( Favorite favorite ) : void
favorite EasyBike.Models.Favorites.Favorite
return void

LoadPreviousTile() public method

Load the previous map tile choosen during last launch of the app
public LoadPreviousTile ( ) : void
return void

MainViewModel() public method

public MainViewModel ( IDialogService dialogService, INotificationService notificationService, ISettingsService settingsService, INavigationService navigationService, IConfigService configService, IStorageService storageService, ITileService tileService ) : GalaSoft.MvvmLight
dialogService IDialogService
notificationService INotificationService
settingsService ISettingsService
navigationService INavigationService
configService IConfigService
storageService IStorageService
tileService ITileService
return GalaSoft.MvvmLight

Property Details

SelectedTile public_oe property

public LinkedListNode SelectedTile
return LinkedListNode