C# 클래스 EasyBike.ViewModels.MainViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: ThePublicBikeGang/EasyBike 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectedTile LinkedListNode

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

GoToFavorite() 공개 메소드

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

LoadPreviousTile() 공개 메소드

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

MainViewModel() 공개 메소드

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
리턴 GalaSoft.MvvmLight

프로퍼티 상세

SelectedTile 공개적으로 프로퍼티

public LinkedListNode SelectedTile
리턴 LinkedListNode