C# 클래스 Podcatcher.Views.PodcastEpisodes

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: kypeli/Podcatcher

공개 메소드들

메소드 설명
PodcastEpisodes ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedFrom ( System e ) : void
OnNavigatedTo ( System e ) : void
OnNavigatingFrom ( System e ) : void

비공개 메소드들

메소드 설명
AddDownloadedToPlayQueue_Clicked ( object sender, EventArgs e ) : void
ApplicationBarSettingsButton_Click ( object sender, EventArgs e ) : void
CompareEpisodesByPublishDate ( PodcastEpisodeModel e1, PodcastEpisodeModel e2 ) : int
DeleteAllDownloads_Click ( object sender, EventArgs e ) : void
MarkAllListened_Click ( object sender, EventArgs e ) : void
NavigationPivot_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
PodcastEpisodes_OnPodcastPlaystateChanged ( object sender, EventArgs e ) : void
PodcastEpisodes_Unloaded ( object sender, RoutedEventArgs e ) : void
addEpisodeToPlayableList ( PodcastEpisodeModel episode ) : void
episodeDownloadManager_PodcastEpisodeDownloadStateChanged ( object source, PodcastDownloadManagerArgs args ) : void
m_subscription_NewPlayableEpisode ( PodcastEpisodeModel e ) : void
m_subscription_PodcastCleanFinished ( ) : void
m_subscription_PodcastCleanStarted ( ) : void
m_subscription_RemovedPlayableEpisode ( PodcastEpisodeModel e ) : void
removeEpisodeFromPlayableList ( PodcastEpisodeModel episode ) : void
setupApplicationBarForIndex ( int index ) : void

메소드 상세

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( System e ) : void
e System
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System e ) : void
e System
리턴 void

OnNavigatingFrom() 보호된 메소드

protected OnNavigatingFrom ( System e ) : void
e System
리턴 void

PodcastEpisodes() 공개 메소드

public PodcastEpisodes ( ) : System
리턴 System