C# 클래스 Kooboo.Commerce.Multilingual.Controllers.CategoryController

상속: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
CategoryController ( IRepository repository ) : System
Children ( int parentId, int level, string culture ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Translate ( string culture, int id ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Translate ( string culture, CategoryModel model, string @return ) : System.Web.Mvc.ActionResult

메소드 상세

CategoryController() 공개 메소드

public CategoryController ( IRepository repository ) : System
repository IRepository
리턴 System

Children() 공개 메소드

public Children ( int parentId, int level, string culture ) : System.Web.Mvc.ActionResult
parentId int
level int
culture string
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Translate() 공개 메소드

public Translate ( string culture, int id ) : System.Web.Mvc.ActionResult
culture string
id int
리턴 System.Web.Mvc.ActionResult