C# 클래스 CalendarAggregator.Search

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

공개 프로퍼티들

프로퍼티 타입 설명
days List

공개 메소드들

메소드 설명
BingSearch ( string search_expression, int max, object>.Dictionary stats_dict ) : List
GoogleSearch ( string search_expression, object>.Dictionary stats_dict ) : List
RawBingSearch ( string search_expresson ) : string
SearchLocation ( string id, string where ) : object>.Dictionary

비공개 메소드들

메소드 설명
CallSearchApi ( Uri search_url ) : string
CountResults ( SearchResult>.Dictionary final_results_dict, object>.Dictionary stats_dict ) : void
DictifyResults ( List results_list, SearchResult>.Dictionary final_results_dict, object>.Dictionary stats_dict ) : void
EraseTags ( string html, string tags ) : string
IncrementEngineCount ( SearchResult engine, object>.Dictionary stats_dict ) : void
MaybeUpdateFindingEngine ( SearchResult>.Dictionary final_results_dict, SearchResult search_result, object>.Dictionary stats_dict ) : void
PerformSearches ( string where, SearchResult>.Dictionary final_results_dict, object>.Dictionary stats_dict ) : void
RenderResultsAsHtml ( string where, SearchResult>.Dictionary final_results_dict, object>.Dictionary stats_dict ) : string
VerifyFoundContent ( string url, string content, object>.Dictionary stats_dict ) : bool

메소드 상세

BingSearch() 공개 정적인 메소드

public static BingSearch ( string search_expression, int max, object>.Dictionary stats_dict ) : List
search_expression string
max int
stats_dict object>.Dictionary
리턴 List

GoogleSearch() 공개 정적인 메소드

public static GoogleSearch ( string search_expression, object>.Dictionary stats_dict ) : List
search_expression string
stats_dict object>.Dictionary
리턴 List

RawBingSearch() 공개 정적인 메소드

public static RawBingSearch ( string search_expresson ) : string
search_expresson string
리턴 string

SearchLocation() 공개 정적인 메소드

public static SearchLocation ( string id, string where ) : object>.Dictionary
id string
where string
리턴 object>.Dictionary

프로퍼티 상세

days 공개적으로 정적으로 프로퍼티

public static List days
리턴 List