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

Inheritance: IListingProvider
Show file Open project: Synergex/Baconography

Public Methods

Method Description
GetAdditionalListing ( string after, object>.Dictionary state ) : Task
GetInitialListing ( object>.Dictionary state ) : Task
GetMore ( IEnumerable ids, object>.Dictionary state ) : Task
Refresh ( object>.Dictionary state ) : Task
SearchResults ( IBaconProvider baconProvider, string query, bool reddits, string restrictedToSubreddit ) : BaconographyPortable.Services

Method Details

GetAdditionalListing() public method

public GetAdditionalListing ( string after, object>.Dictionary state ) : Task
after string
state object>.Dictionary
return Task

GetInitialListing() public method

public GetInitialListing ( object>.Dictionary state ) : Task
state object>.Dictionary
return Task

GetMore() public method

public GetMore ( IEnumerable ids, object>.Dictionary state ) : Task
ids IEnumerable
state object>.Dictionary
return Task

Refresh() public method

public Refresh ( object>.Dictionary state ) : Task
state object>.Dictionary
return Task

SearchResults() public method

public SearchResults ( IBaconProvider baconProvider, string query, bool reddits, string restrictedToSubreddit ) : BaconographyPortable.Services
baconProvider IBaconProvider
query string
reddits bool
restrictedToSubreddit string
return BaconographyPortable.Services