Method | Description | |
---|---|---|
CheckForCorrectChainMenu ( |
||
FindAllRestaurantsByOperator ( string operatorName, bool emptyMenu = false ) : List |
||
FindAllRestaurantsWithCusine ( ) : List |
||
FindAllRestaurantsWithCusineAndEmptyMenu ( ) : List |
||
FindAllRestaurantsWithoutCusine ( ) : List |
||
FindAllRestaurantsWithoutCusineAndEmptyMenu ( ) : List |
||
FindNearestRestaurantsByOperator ( string operatorName, |
||
GetAllRestaurantsWithBackOfficeSource ( ) : List |
||
GetAllRestaurantsWithEmptyMenu ( ) : List |
Function should find all restaurants which empty menu
|
|
GetAllRestaurantsWithOsmSource ( ) : List |
Function should find all restaurants which source is "OpenStreetMap"
|
|
GetAllRestaurantsWithSearchResult ( ) : List |
Function should find all restaurants which empty menu
|
|
GetRestaurantsBySource ( string source ) : List |
Find all restaurants with specified source property
|
|
GetllAllRestaurantsBasicDataWithDefaultMenu ( ) : List |
Function should find all restaurants which names contains "default menu"
|
|
GetllAllRestaurantsBasicDataWithDefaultMenuInStringList ( ) : List |
||
ToRestaurantListEntity ( List |
Method | Description | |
---|---|---|
CalcDistance ( |
||
FillGeoSearchItems ( MongoDB |
public CheckForCorrectChainMenu ( |
||
rest | ||
return | bool |
public FindAllRestaurantsByOperator ( string operatorName, bool emptyMenu = false ) : List |
||
operatorName | string | |
emptyMenu | bool | |
return | List |
public FindAllRestaurantsWithCusine ( ) : List |
||
return | List |
public FindAllRestaurantsWithCusineAndEmptyMenu ( ) : List |
||
return | List |
public FindAllRestaurantsWithoutCusine ( ) : List |
||
return | List |
public FindAllRestaurantsWithoutCusineAndEmptyMenu ( ) : List |
||
return | List |
public FindNearestRestaurantsByOperator ( string operatorName, |
||
operatorName | string | |
location | ||
maxDistance | double | |
return | List |
public GetAllRestaurantsWithBackOfficeSource ( ) : List |
||
return | List |
public GetAllRestaurantsWithEmptyMenu ( ) : List |
||
return | List |
public GetAllRestaurantsWithOsmSource ( ) : List |
||
return | List |
public GetAllRestaurantsWithSearchResult ( ) : List |
||
return | List |
public GetRestaurantsBySource ( string source ) : List |
||
source | string | |
return | List |
public GetllAllRestaurantsBasicDataWithDefaultMenu ( ) : List |
||
return | List |
public GetllAllRestaurantsBasicDataWithDefaultMenuInStringList ( ) : List |
||
return | List |
public ToRestaurantListEntity ( List |
||
restaurantsList | List |
|
return | List |