C# Class BaconographyPortable.Model.Reddit.ListingHelpers.PostComments

Inheritance: IListingProvider
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode Description
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

Method Details

GetAdditionalListing() public méthode

public GetAdditionalListing ( string after, object>.Dictionary state ) : Task
after string
state object>.Dictionary
Résultat Task

GetInitialListing() public méthode

public GetInitialListing ( object>.Dictionary state ) : Task
state object>.Dictionary
Résultat Task

GetMore() public méthode

public GetMore ( IEnumerable ids, object>.Dictionary state ) : Task
ids IEnumerable
state object>.Dictionary
Résultat Task

PostComments() public méthode

public PostComments ( IBaconProvider baconProvider, string subreddit, string permaLink, string targetName ) : BaconographyPortable.Services
baconProvider IBaconProvider
subreddit string
permaLink string
targetName string
Résultat BaconographyPortable.Services

Refresh() public méthode

public Refresh ( object>.Dictionary state ) : Task
state object>.Dictionary
Résultat Task