C# 클래스 Spontaneous.WebApp.Services.Compare.WebSearchServices

파일 보기 프로젝트 열기: pashkov/Spontaneous 1 사용 예제들

공개 메소드들

메소드 설명
GoogleSearchRestaurantDescription ( RestaurantBasicData rest, bool withRestaurantUpdate = false ) : List

Build query with BuildSearchQueryString function and execute google Custom Search

WebSearchServices ( ) : System

비공개 메소드들

메소드 설명
AddSearchToRestaurant ( RestaurantBasicData rest, List searchResults ) : void
BuildSearchQueryString ( RestaurantBasicData rest ) : string

메소드 상세

GoogleSearchRestaurantDescription() 공개 메소드

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
리턴 List

WebSearchServices() 공개 메소드

public WebSearchServices ( ) : System
리턴 System