C# Класс BaconographyPortable.Model.Reddit.ListingHelpers.PostComments

Наследование: IListingProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAdditionalListing ( string after, object>.Dictionary state ) : Task
GetInitialListing ( object>.Dictionary state ) : Task
GetMore ( IEnumerable ids, object>.Dictionary state ) : Task
PostComments ( IBaconProvider baconProvider, string subreddit, string permaLink, string targetName ) : BaconographyPortable.Services
Refresh ( object>.Dictionary state ) : Task

Описание методов

GetAdditionalListing() публичный Метод

public GetAdditionalListing ( string after, object>.Dictionary state ) : Task
after string
state object>.Dictionary
Результат Task

GetInitialListing() публичный Метод

public GetInitialListing ( object>.Dictionary state ) : Task
state object>.Dictionary
Результат Task

GetMore() публичный Метод

public GetMore ( IEnumerable ids, object>.Dictionary state ) : Task
ids IEnumerable
state object>.Dictionary
Результат Task

PostComments() публичный Метод

public PostComments ( IBaconProvider baconProvider, string subreddit, string permaLink, string targetName ) : BaconographyPortable.Services
baconProvider IBaconProvider
subreddit string
permaLink string
targetName string
Результат BaconographyPortable.Services

Refresh() публичный Метод

public Refresh ( object>.Dictionary state ) : Task
state object>.Dictionary
Результат Task