C# Class Spontaneous.WebApp.Services.Compare.WebSearchServices

Afficher le fichier Open project: pashkov/Spontaneous Class Usage Examples

Méthodes publiques

Méthode Description
GoogleSearchRestaurantDescription ( RestaurantBasicData rest, bool withRestaurantUpdate = false ) : List

Build query with BuildSearchQueryString function and execute google Custom Search

WebSearchServices ( ) : System

Private Methods

Méthode Description
AddSearchToRestaurant ( RestaurantBasicData rest, List searchResults ) : void
BuildSearchQueryString ( RestaurantBasicData rest ) : string

Method Details

GoogleSearchRestaurantDescription() public méthode

Build query with BuildSearchQueryString function and execute google Custom Search
public GoogleSearchRestaurantDescription ( RestaurantBasicData rest, bool withRestaurantUpdate = false ) : List
rest Spontaneous.DataModel.RestaurantBasicData
withRestaurantUpdate bool bool parameter for save results in Restaurants DB
Résultat List

WebSearchServices() public méthode

public WebSearchServices ( ) : System
Résultat System