C# Class AmazonScrape.SearchCriteria

Used to pass around the user's search criteria (convenience class)
Show file Open project: ThomasRush/AmazonScrape Class Usage Examples

Public Methods

Method Description
SearchCriteria ( string searchText, double numberOfResults, DoubleRange priceRange, ScoreDistribution distribution, double minNumberReviews, bool matchAllSearchTerms = false, bool strictPrimeEligibility = false ) : System

Method Details

SearchCriteria() public method

public SearchCriteria ( string searchText, double numberOfResults, DoubleRange priceRange, ScoreDistribution distribution, double minNumberReviews, bool matchAllSearchTerms = false, bool strictPrimeEligibility = false ) : System
searchText string
numberOfResults double
priceRange DoubleRange
distribution ScoreDistribution
minNumberReviews double
matchAllSearchTerms bool
strictPrimeEligibility bool
return System