C# Class Harvest.OrchardDevToolbelt.Services.RecipeService

Inheritance: IRecipeService
Afficher le fichier Open project: sfmskywalker/OrchardDevToolbelt

Méthodes publiques

Méthode Description
CreateRecipe ( string name, RecipeCategory category ) : Recipe
FindRecipes ( bool>.Expression predicate ) : IEnumerable
GetAllRecipes ( ) : IEnumerable
GetRecipeByName ( string name ) : Recipe
RecipeService ( IRepository recipeRepository ) : System

Method Details

CreateRecipe() public méthode

public CreateRecipe ( string name, RecipeCategory category ) : Recipe
name string
category Harvest.OrchardDevToolbelt.Models.RecipeCategory
Résultat Harvest.OrchardDevToolbelt.Models.Recipe

FindRecipes() public méthode

public FindRecipes ( bool>.Expression predicate ) : IEnumerable
predicate bool>.Expression
Résultat IEnumerable

GetAllRecipes() public méthode

public GetAllRecipes ( ) : IEnumerable
Résultat IEnumerable

GetRecipeByName() public méthode

public GetRecipeByName ( string name ) : Recipe
name string
Résultat Harvest.OrchardDevToolbelt.Models.Recipe

RecipeService() public méthode

public RecipeService ( IRepository recipeRepository ) : System
recipeRepository IRepository
Résultat System