Метод | Описание | |
---|---|---|
GetNewsDetail ( int storyId ) : GetNewsDetailResponseDTO | ||
ListNewsHeadlines ( string category, int maxResults ) : ListNewsHeadlinesResponseDTO | ||
NewsService ( NewsQuery newsQuery ) : System |
public GetNewsDetail ( int storyId ) : GetNewsDetailResponseDTO | ||
storyId | int | |
Результат | GetNewsDetailResponseDTO |
public ListNewsHeadlines ( string category, int maxResults ) : ListNewsHeadlinesResponseDTO | ||
category | string | |
maxResults | int | |
Результат | ListNewsHeadlinesResponseDTO |
public NewsService ( NewsQuery newsQuery ) : System | ||
newsQuery | NewsQuery | |
Результат | System |