C# Класс KitchenPC.Data.DataStore

Holds all data from a persisted KitchenPC context. Used to migrate data from one context to another.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ClearIndexes ( ) : void
GetIndexedIngredientForms ( ) : IngredientForms>.Dictionary
GetIndexedIngredientMetadata ( ) : IngredientMetadata>.Dictionary
GetIndexedIngredients ( ) : DTO.Ingredients>.Dictionary
GetIndexedRecipeIngredients ( ) : RecipeIngredients[]>.Dictionary
GetIndexedRecipeMetadata ( ) : RecipeMetadata>.Dictionary
GetIndexedRecipes ( ) : DTO.Recipes>.Dictionary
GetSearchIndex ( ) : IEnumerable

Описание методов

ClearIndexes() публичный Метод

public ClearIndexes ( ) : void
Результат void

GetIndexedIngredientForms() публичный Метод

public GetIndexedIngredientForms ( ) : IngredientForms>.Dictionary
Результат IngredientForms>.Dictionary

GetIndexedIngredientMetadata() публичный Метод

public GetIndexedIngredientMetadata ( ) : IngredientMetadata>.Dictionary
Результат IngredientMetadata>.Dictionary

GetIndexedIngredients() публичный Метод

public GetIndexedIngredients ( ) : DTO.Ingredients>.Dictionary
Результат DTO.Ingredients>.Dictionary

GetIndexedRecipeIngredients() публичный Метод

public GetIndexedRecipeIngredients ( ) : RecipeIngredients[]>.Dictionary
Результат RecipeIngredients[]>.Dictionary

GetIndexedRecipeMetadata() публичный Метод

public GetIndexedRecipeMetadata ( ) : RecipeMetadata>.Dictionary
Результат RecipeMetadata>.Dictionary

GetIndexedRecipes() публичный Метод

public GetIndexedRecipes ( ) : DTO.Recipes>.Dictionary
Результат DTO.Recipes>.Dictionary

GetSearchIndex() публичный Метод

public GetSearchIndex ( ) : IEnumerable
Результат IEnumerable