C# 클래스 Solocast.UWP.ViewModels.PodcastsViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Solocast/solocast-clients

공개 메소드들

메소드 설명
AddPodcastAsync ( ) : void
ItemClickCommand ( object sender, ItemClickEventArgs parameters ) : void
PodcastsViewModel ( IPodcastService podcastService, INavigationService navigationService, IMessageDialogService dialogService ) : GalaSoft.MvvmLight

비공개 메소드들

메소드 설명
CanAddPodcast ( ) : bool
CheckForNewEpisodesAsync ( ) : void
DeletePodcastAsync ( DeletePodcastMessage message ) : void
LoadPodcastsAsync ( ) : void

메소드 상세

AddPodcastAsync() 공개 메소드

public AddPodcastAsync ( ) : void
리턴 void

ItemClickCommand() 공개 메소드

public ItemClickCommand ( object sender, ItemClickEventArgs parameters ) : void
sender object
parameters Windows.UI.Xaml.Controls.ItemClickEventArgs
리턴 void

PodcastsViewModel() 공개 메소드

public PodcastsViewModel ( IPodcastService podcastService, INavigationService navigationService, IMessageDialogService dialogService ) : GalaSoft.MvvmLight
podcastService IPodcastService
navigationService INavigationService
dialogService IMessageDialogService
리턴 GalaSoft.MvvmLight