C# Class KitchenPC.Data.DataStore

Holds all data from a persisted KitchenPC context. Used to migrate data from one context to another.
ファイルを表示 Open project: KitchenPC/core Class Usage Examples

Public Methods

Method Description
ClearIndexes ( ) : void
GetIndexedIngredientForms ( ) : IngredientForms>.Dictionary
GetIndexedIngredientMetadata ( ) : IngredientMetadata>.Dictionary
GetIndexedIngredients ( ) : DTO.Ingredients>.Dictionary
GetIndexedRecipeIngredients ( ) : RecipeIngredients[]>.Dictionary
GetIndexedRecipeMetadata ( ) : RecipeMetadata>.Dictionary
GetIndexedRecipes ( ) : DTO.Recipes>.Dictionary
GetSearchIndex ( ) : IEnumerable

Method Details

ClearIndexes() public method

public ClearIndexes ( ) : void
return void

GetIndexedIngredientForms() public method

public GetIndexedIngredientForms ( ) : IngredientForms>.Dictionary
return IngredientForms>.Dictionary

GetIndexedIngredientMetadata() public method

public GetIndexedIngredientMetadata ( ) : IngredientMetadata>.Dictionary
return IngredientMetadata>.Dictionary

GetIndexedIngredients() public method

public GetIndexedIngredients ( ) : DTO.Ingredients>.Dictionary
return DTO.Ingredients>.Dictionary

GetIndexedRecipeIngredients() public method

public GetIndexedRecipeIngredients ( ) : RecipeIngredients[]>.Dictionary
return RecipeIngredients[]>.Dictionary

GetIndexedRecipeMetadata() public method

public GetIndexedRecipeMetadata ( ) : RecipeMetadata>.Dictionary
return RecipeMetadata>.Dictionary

GetIndexedRecipes() public method

public GetIndexedRecipes ( ) : DTO.Recipes>.Dictionary
return DTO.Recipes>.Dictionary

GetSearchIndex() public method

public GetSearchIndex ( ) : IEnumerable
return IEnumerable