C# Class PodcastStarterKit.Services.PodcastServiceMock

Inheritance: IPodcastService
Afficher le fichier Open project: mangu/Windows-Phone-Starter-Kit-for-Podcasts

Méthodes publiques

Méthode Description
GetPodcastInformation ( ) : PodcastInformationModel
GetPodcasts ( string SearchBy ) : ObservableCollection
GetTwitterFeed ( ) : ObservableCollection

Method Details

GetPodcastInformation() public méthode

public GetPodcastInformation ( ) : PodcastInformationModel
Résultat PodcastStarterKit.ViewModels.PodcastInformationModel

GetPodcasts() public méthode

public GetPodcasts ( string SearchBy ) : ObservableCollection
SearchBy string
Résultat ObservableCollection

GetTwitterFeed() public méthode

public GetTwitterFeed ( ) : ObservableCollection
Résultat ObservableCollection