C# 클래스 Harvest.OrchardDevToolbelt.Services.RecipeService

상속: IRecipeService
파일 보기 프로젝트 열기: sfmskywalker/OrchardDevToolbelt

공개 메소드들

메소드 설명
CreateRecipe ( string name, RecipeCategory category ) : Recipe
FindRecipes ( bool>.Expression predicate ) : IEnumerable
GetAllRecipes ( ) : IEnumerable
GetRecipeByName ( string name ) : Recipe
RecipeService ( IRepository recipeRepository ) : System

메소드 상세

CreateRecipe() 공개 메소드

public CreateRecipe ( string name, RecipeCategory category ) : Recipe
name string
category Harvest.OrchardDevToolbelt.Models.RecipeCategory
리턴 Harvest.OrchardDevToolbelt.Models.Recipe

FindRecipes() 공개 메소드

public FindRecipes ( bool>.Expression predicate ) : IEnumerable
predicate bool>.Expression
리턴 IEnumerable

GetAllRecipes() 공개 메소드

public GetAllRecipes ( ) : IEnumerable
리턴 IEnumerable

GetRecipeByName() 공개 메소드

public GetRecipeByName ( string name ) : Recipe
name string
리턴 Harvest.OrchardDevToolbelt.Models.Recipe

RecipeService() 공개 메소드

public RecipeService ( IRepository recipeRepository ) : System
recipeRepository IRepository
리턴 System