메소드 | 설명 | |
---|---|---|
addSubscriptionFromOPMLFile ( string opmlFileUrl ) : void | ||
addSubscriptionFromURL ( string podcastRss, bool importingFromExternalService = false ) : void | ||
addSubscriptionFromURLWithCredentials ( string podcastRss, |
||
cleanListenedEpisodes ( Podcatcher.ViewModels.PodcastSubscriptionModel podcastSubscriptionModel ) : void | ||
deleteSubscription ( PodcastSubscriptionModel podcastSubscriptionModel ) : void | ||
exportSubscriptions ( ) : void | ||
getInstance ( ) : PodcastSubscriptionsManager | ||
importFromGpodderWithCredentials ( NetworkCredential nc ) : void | ||
newDownloadedEpisode ( PodcastEpisodeModel e ) : void | ||
podcastPlaystateChanged ( PodcastSubscriptionModel s ) : void | ||
podcastSubscriptionRemoved ( PodcastSubscriptionModel s ) : void | ||
refreshSubscription ( PodcastSubscriptionModel subscription ) : void | ||
refreshSubscriptions ( ) : void | ||
removedPlayableEpisode ( PodcastEpisodeModel e ) : void | ||
sanitizeFilename ( string podcastString ) : string | ||
wc_DownloadOPMLCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
DoOPMLExport ( ) : void | ||
PodcastSubscriptionFailedWithMessage ( string message ) : void | ||
PodcastSubscriptionsManager ( ) : Coding4Fun.Toolkit.Controls | ||
PodcastSubscriptionsManager ( ) : System | ||
PodcastSubscriptionsManager_OnPodcastAddedFinished ( object source, |
||
addSubscriptionFromExterrnalService ( string podcastRss ) : void | ||
createNonCachedRefreshUri ( string refreshUri ) : |
||
deleteSubscriptionFromDB ( object sender, DoWorkEventArgs e ) : void | ||
deleteSubscriptionFromDBCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void | ||
exportToOneDrive ( String opmlExportFileName, IsolatedStorageFileStream sourceStream ) : void | ||
exportToSkyDrive ( String opmlExportFileName, IsolatedStorageFileStream sourceStream ) : void | ||
exportViaEmail ( IsolatedStorageFileStream isoStream ) : void | ||
greetUser_GetCompleted ( object sender, LiveOperationCompletedEventArgs e ) : void | ||
greetUser_LoginCompleted ( object sender, LoginCompletedEventArgs e ) : void | ||
importSubscriptionsFromOneDrive ( ) : void | ||
localLogoFileName ( PodcastSubscriptionModel podcastModel ) : string | ||
loginUserToSkyDrive ( ) : void | ||
needsAuthentication ( WebException e ) : bool | ||
opmlLiveOperation_UploadCompleted ( object sender, LiveOperationCompletedEventArgs args ) : void | ||
refreshNextSubscription ( ) : void | ||
wc_DownloadPodcastRSSCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void | ||
wc_GpodderImportCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void | ||
wc_RefreshPodcastRSSCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void | ||
workerUpdateEpisodes ( object sender, DoWorkEventArgs args ) : void | ||
workerUpdateEpisodesCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void |
public addSubscriptionFromOPMLFile ( string opmlFileUrl ) : void | ||
opmlFileUrl | string | |
리턴 | void |
public addSubscriptionFromURL ( string podcastRss, bool importingFromExternalService = false ) : void | ||
podcastRss | string | |
importingFromExternalService | bool | |
리턴 | void |
public addSubscriptionFromURLWithCredentials ( string podcastRss, |
||
podcastRss | string | |
nc | ||
리턴 | void |
public cleanListenedEpisodes ( Podcatcher.ViewModels.PodcastSubscriptionModel podcastSubscriptionModel ) : void | ||
podcastSubscriptionModel | Podcatcher.ViewModels.PodcastSubscriptionModel | |
리턴 | void |
public deleteSubscription ( PodcastSubscriptionModel podcastSubscriptionModel ) : void | ||
podcastSubscriptionModel | PodcastSubscriptionModel | |
리턴 | void |
public static getInstance ( ) : PodcastSubscriptionsManager | ||
리턴 | PodcastSubscriptionsManager |
public importFromGpodderWithCredentials ( NetworkCredential nc ) : void | ||
nc | NetworkCredential | |
리턴 | void |
public newDownloadedEpisode ( PodcastEpisodeModel e ) : void | ||
e | PodcastEpisodeModel | |
리턴 | void |
public podcastPlaystateChanged ( PodcastSubscriptionModel s ) : void | ||
s | PodcastSubscriptionModel | |
리턴 | void |
public podcastSubscriptionRemoved ( PodcastSubscriptionModel s ) : void | ||
s | PodcastSubscriptionModel | |
리턴 | void |
public refreshSubscription ( PodcastSubscriptionModel subscription ) : void | ||
subscription | PodcastSubscriptionModel | |
리턴 | void |
public removedPlayableEpisode ( PodcastEpisodeModel e ) : void | ||
e | PodcastEpisodeModel | |
리턴 | void |
public static sanitizeFilename ( string podcastString ) : string | ||
podcastString | string | |
리턴 | string |
public wc_DownloadOPMLCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void | ||
sender | object | |
e | DownloadStringCompletedEventArgs | |
리턴 | void |