C# Class PodcastStarterKit.Services.PodcastServiceMock

Inheritance: IPodcastService
Show file Open project: mangu/Windows-Phone-Starter-Kit-for-Podcasts

Public Methods

Method Description
GetPodcastInformation ( ) : PodcastInformationModel
GetPodcasts ( string SearchBy ) : ObservableCollection
GetTwitterFeed ( ) : ObservableCollection

Method Details

GetPodcastInformation() public method

public GetPodcastInformation ( ) : PodcastInformationModel
return PodcastStarterKit.ViewModels.PodcastInformationModel

GetPodcasts() public method

public GetPodcasts ( string SearchBy ) : ObservableCollection
SearchBy string
return ObservableCollection

GetTwitterFeed() public method

public GetTwitterFeed ( ) : ObservableCollection
return ObservableCollection