Property | Type | Description | |
---|---|---|---|
index | |||
objectState | State | ||
readyLock | object |
Method | Description | |
---|---|---|
AddMovieToIndex ( string movieName, List |
||
GetAllMoviesWith ( string textSearch, int maxCount, List |
||
GetMoviesWithname ( string name, List |
||
begin ( ) : void |
Method | Description | |
---|---|---|
CheckIfReady ( ) : void |
public AddMovieToIndex ( string movieName, List |
||
movieName | string | |
altNamesForMovies | List |
|
movieId | string | |
return | void |
public GetAllMoviesWith ( string textSearch, int maxCount, List |
||
textSearch | string | |
maxCount | int | |
movies | List |
|
reviews | List |
|
filters | IList |
|
return | void |
public GetMoviesWithname ( string name, List |
||
name | string | |
movies | List |
|
return | void |