C# 클래스 SearchLib.Search.SearchManager

파일 보기 프로젝트 열기: viren85/moviemirchi

보호된 프로퍼티들

프로퍼티 타입 설명
index IndexQuery
objectState State
readyLock object

공개 메소드들

메소드 설명
AddMovieToIndex ( string movieName, List altNamesForMovies, string movieId ) : void
GetAllMoviesWith ( string textSearch, int maxCount, List &movies, List &reviews, IList filters = null ) : void
GetMoviesWithname ( string name, List &movies ) : void
begin ( ) : void

보호된 메소드들

메소드 설명
CheckIfReady ( ) : void

메소드 상세

AddMovieToIndex() 공개 메소드

public AddMovieToIndex ( string movieName, List altNamesForMovies, string movieId ) : void
movieName string
altNamesForMovies List
movieId string
리턴 void

CheckIfReady() 보호된 메소드

protected CheckIfReady ( ) : void
리턴 void

GetAllMoviesWith() 공개 메소드

public GetAllMoviesWith ( string textSearch, int maxCount, List &movies, List &reviews, IList filters = null ) : void
textSearch string
maxCount int
movies List
reviews List
filters IList
리턴 void

GetMoviesWithname() 공개 메소드

public GetMoviesWithname ( string name, List &movies ) : void
name string
movies List
리턴 void

begin() 공개 메소드

public begin ( ) : void
리턴 void

프로퍼티 상세

index 보호되어 있는 프로퍼티

protected IndexQuery,SearchLib.Search index
리턴 IndexQuery

objectState 보호되어 있는 프로퍼티

protected State objectState
리턴 State

readyLock 보호되어 있는 프로퍼티

protected object readyLock
리턴 object