Method | Description | |
---|---|---|
CalcDistance ( this coupon, |
||
CalculateCarbsLevel ( this rest ) : int | ||
CalculateHealthState ( this |
||
ExtendedToString ( this |
||
GeneralDishToDishModel ( this generalDish, string lng = "en-US" ) : |
||
IngredientToGeneralDish ( this ingredient, string language = "en-US" ) : |
||
RestaurantOsmToRestaurantBasicData ( this restOsm ) : |
||
RestaurantOsmToRestaurantBasicData ( this restOsm, |
||
ToCouponType ( this coupon ) : CouponType | ||
ToCouponTypeModel ( this coupon ) : CouponTypeModel | ||
ToCouponTypeModelList ( this |
||
ToDish ( this item, Dish dish = null ) : Dish | ||
ToDishBasicModel ( this |
||
ToDishModel ( this dishData, string restId, bool baseLine, string lang = DefaultLang, RestaurantModel restModel = null ) : DishModel | ||
ToDishModel ( this dishData, string restId, int MenuPId, bool baseLine, string lang = DefaultLang, RestaurantModel restModel = null ) : DishModel | ||
ToDishModel ( this dishData, string restId, int MenuPId, string lang = DefaultLang ) : DishModel | ||
ToDishModel ( this dishData, string restId, string lang = DefaultLang ) : DishModel | ||
ToDishModel ( this |
||
ToDishModelBaseLine ( this dishData, string restId, int MenuPId, string lang = DefaultLang, RestaurantModel restModel = null ) : DishModel | ||
ToDishModelBaseLine ( this dishData, string restId, string lang = DefaultLang ) : DishModel | ||
ToDishModelList ( this |
||
ToMeal ( this |
||
ToMealViewModel ( this meal ) : MealViewModel | ||
ToMenuBasicModel ( this MenuData ) : Menu | ||
ToMenuModel ( this MenuData, string RestId, string lang, RestaurantModel restaurantModel = null ) : MenuModel | ||
ToMenuPartBasic ( this menuPartModel ) : MenuPart | ||
ToMenuPartsBasicModel ( this |
||
ToMenuPartsModel ( this |
||
ToPortion ( this portionModel ) : Portion | ||
ToPortionModel ( this portion, string restaurantId ) : PortionModel | ||
ToPortionModel ( this portion, string restaurantId, int menuPartId ) : PortionModel | ||
ToProductCatalogModel ( this |
||
ToProductCatalogModel ( this productData ) : ProductCatalogViewModel | ||
ToRecipeModel ( this |
||
ToRecipeModel ( this recipeData ) : RecipeModel | ||
ToRestaurantBasicModel ( this restaurantData ) : RestaurantBasicData | ||
ToRestaurantModel ( this |
||
ToRestaurantModel ( this defaultMenuRest, bool withMenu = true, string lang = DefaultLang ) : RestaurantModel | ||
ToRestaurantModel ( this restaurantData, bool withMenu = true, string lang = DefaultLang, RestaurantModel restModel = null ) : RestaurantModel | ||
ToUserMedalModel ( this |
||
ToUserMedalModel ( this medal ) : UserMedalModel | ||
ToWeightType ( this weight, Dish dish, string lang = DefaultLang ) : WeightType | ||
ToWeightTypeModel ( this weight, string lang = DefaultLang ) : WeightTypeModel | ||
findDishesInRestList ( this |
Method | Description | |
---|---|---|
GetRestauranMappedState ( |
public static CalcDistance ( this coupon, |
||
coupon | this | |
location | ||
return | void |
public static CalculateCarbsLevel ( this rest ) : int | ||
rest | this | |
return | int |
public static CalculateHealthState ( this |
||
restaurants | this |
|
return | IEnumerable |
public static ExtendedToString ( this |
||
Medals | this |
|
return | string |
public static GeneralDishToDishModel ( this generalDish, string lng = "en-US" ) : |
||
generalDish | this | |
lng | string | |
return |
public static IngredientToGeneralDish ( this ingredient, string language = "en-US" ) : |
||
ingredient | this | |
language | string | |
return |
public static RestaurantOsmToRestaurantBasicData ( this restOsm ) : |
||
restOsm | this | |
return |
public static RestaurantOsmToRestaurantBasicData ( this restOsm, |
||
restOsm | this | |
basicRest | ||
return |
public static ToCouponType ( this coupon ) : CouponType | ||
coupon | this | |
return | CouponType |
public static ToCouponTypeModel ( this coupon ) : CouponTypeModel | ||
coupon | this | |
return | CouponTypeModel |
public static ToCouponTypeModelList ( this |
||
couponList | this |
|
return | List |
public static ToDish ( this item, Dish dish = null ) : Dish | ||
item | this | |
dish | Dish | |
return | Dish |
public static ToDishBasicModel ( this |
||
DishesData | this |
|
return | List |
public static ToDishModel ( this dishData, string restId, bool baseLine, string lang = DefaultLang, RestaurantModel restModel = null ) : DishModel | ||
dishData | this | |
restId | string | |
baseLine | bool | |
lang | string | |
restModel | RestaurantModel | |
return | DishModel |
public static ToDishModel ( this dishData, string restId, int MenuPId, bool baseLine, string lang = DefaultLang, RestaurantModel restModel = null ) : DishModel | ||
dishData | this | |
restId | string | |
MenuPId | int | |
baseLine | bool | |
lang | string | |
restModel | RestaurantModel | |
return | DishModel |
public static ToDishModel ( this dishData, string restId, int MenuPId, string lang = DefaultLang ) : DishModel | ||
dishData | this | |
restId | string | |
MenuPId | int | |
lang | string | |
return | DishModel |
public static ToDishModel ( this dishData, string restId, string lang = DefaultLang ) : DishModel | ||
dishData | this | |
restId | string | |
lang | string | |
return | DishModel |
public static ToDishModel ( this |
||
DishesData | this |
|
RestId | string | |
MenuPId | int | |
lang | string | |
restaurantModel | RestaurantModel | |
return | List |
public static ToDishModelBaseLine ( this dishData, string restId, int MenuPId, string lang = DefaultLang, RestaurantModel restModel = null ) : DishModel | ||
dishData | this | |
restId | string | |
MenuPId | int | |
lang | string | |
restModel | RestaurantModel | |
return | DishModel |
public static ToDishModelBaseLine ( this dishData, string restId, string lang = DefaultLang ) : DishModel | ||
dishData | this | |
restId | string | |
lang | string | |
return | DishModel |
public static ToDishModelList ( this |
||
generalDishList | this |
|
lng | string | |
return | List |
public static ToMeal ( this |
||
portionsModel | this |
|
return | Meal |
public static ToMealViewModel ( this meal ) : MealViewModel | ||
meal | this | |
return | MealViewModel |
public static ToMenuBasicModel ( this MenuData ) : Menu | ||
MenuData | this | |
return | Menu |
public static ToMenuModel ( this MenuData, string RestId, string lang, RestaurantModel restaurantModel = null ) : MenuModel | ||
MenuData | this | |
RestId | string | |
lang | string | |
restaurantModel | RestaurantModel | |
return | MenuModel |
public static ToMenuPartBasic ( this menuPartModel ) : MenuPart | ||
menuPartModel | this | |
return | MenuPart |
public static ToMenuPartsBasicModel ( this |
||
MenuData | this |
|
return | List |
public static ToMenuPartsModel ( this |
||
MenuData | this |
|
RestId | string | |
lang | string | |
restaurantModel | RestaurantModel | |
return | List |
public static ToPortion ( this portionModel ) : Portion | ||
portionModel | this | |
return | Portion |
public static ToPortionModel ( this portion, string restaurantId ) : PortionModel | ||
portion | this | |
restaurantId | string | |
return | PortionModel |
public static ToPortionModel ( this portion, string restaurantId, int menuPartId ) : PortionModel | ||
portion | this | |
restaurantId | string | |
menuPartId | int | |
return | PortionModel |
public static ToProductCatalogModel ( this |
||
productDataList | this |
|
return | List |
public static ToProductCatalogModel ( this productData ) : ProductCatalogViewModel | ||
productData | this | |
return | ProductCatalogViewModel |
public static ToRecipeModel ( this |
||
recipeDataList | this |
|
return | List |
public static ToRecipeModel ( this recipeData ) : RecipeModel | ||
recipeData | this | |
return | RecipeModel |
public static ToRestaurantBasicModel ( this restaurantData ) : RestaurantBasicData | ||
restaurantData | this | |
return | RestaurantBasicData |
public static ToRestaurantModel ( this |
||
restaurantDataList | this |
|
withMenu | bool | |
return | List |
public static ToRestaurantModel ( this defaultMenuRest, bool withMenu = true, string lang = DefaultLang ) : RestaurantModel | ||
defaultMenuRest | this | |
withMenu | bool | |
lang | string | |
return | RestaurantModel |
public static ToRestaurantModel ( this restaurantData, bool withMenu = true, string lang = DefaultLang, RestaurantModel restModel = null ) : RestaurantModel | ||
restaurantData | this | |
withMenu | bool | |
lang | string | |
restModel | RestaurantModel | |
return | RestaurantModel |
public static ToUserMedalModel ( this |
||
Medals | this |
|
location | LocationModel | |
return | List |
public static ToUserMedalModel ( this medal ) : UserMedalModel | ||
medal | this | |
return | UserMedalModel |
public static ToWeightType ( this weight, Dish dish, string lang = DefaultLang ) : WeightType | ||
weight | this | |
dish | Dish | |
lang | string | |
return | WeightType |
public static ToWeightTypeModel ( this weight, string lang = DefaultLang ) : WeightTypeModel | ||
weight | this | |
lang | string | |
return | WeightTypeModel |
public static findDishesInRestList ( this |
||
restaurants | this |
|
searchText | string | |
return | IEnumerable |