C# 클래스 EasyBike.ViewModels.FavoritesViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: ThePublicBikeGang/EasyBike

공개 메소드들

메소드 설명
AddFavorite ( Favorite favorite ) : void
FavoritesViewModel ( IFavoritesService favoritesService, IDialogService dialogService, INavigationService navigationService ) : GalaSoft.MvvmLight
Init ( ) : void

메소드 상세

AddFavorite() 공개 메소드

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

FavoritesViewModel() 공개 메소드

public FavoritesViewModel ( IFavoritesService favoritesService, IDialogService dialogService, INavigationService navigationService ) : GalaSoft.MvvmLight
favoritesService IFavoritesService
dialogService IDialogService
navigationService INavigationService
리턴 GalaSoft.MvvmLight

Init() 공개 메소드

public Init ( ) : void
리턴 void