C# Class EasyBike.ViewModels.MainViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: ThePublicBikeGang/EasyBike Class Usage Examples

Méthodes publiques

Свойство Type Description
SelectedTile LinkedListNode

Méthodes publiques

Méthode 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

Méthode Description
Init ( ) : void

Method Details

GoToFavorite() public méthode

public GoToFavorite ( Favorite favorite ) : void
favorite EasyBike.Models.Favorites.Favorite
Résultat void

LoadPreviousTile() public méthode

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

MainViewModel() public méthode

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
Résultat GalaSoft.MvvmLight

Property Details

SelectedTile public_oe property

public LinkedListNode SelectedTile
Résultat LinkedListNode