C# 클래스 Suteki.Shop.Controllers.ProductController

상속: ControllerBase
파일 보기 프로젝트 열기: mikehadlow/sutekishop 1 사용 예제들

공개 메소드들

메소드 설명
Category ( string urlName ) : System.Web.Mvc.ActionResult
GetControllerName ( ) : string
Index ( int id ) : System.Web.Mvc.ActionResult
Item ( string urlName ) : System.Web.Mvc.ActionResult
ProductController ( IRepository productRepository, IRepository categoryRepository, IOrderableService productOrderableService, IUserService userService, IUnitOfWorkManager uow, IProductBuilder productBuilder ) : System.Collections
RootCategory ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
ClearSizes ( int id ) : System.Web.Mvc.ActionResult
Edit ( Suteki.Shop.ViewData.ProductViewData productViewData ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
MoveDown ( int id, int position ) : System.Web.Mvc.ActionResult
MoveUp ( int id, int position ) : System.Web.Mvc.ActionResult
New ( Suteki.Shop.ViewData.ProductViewData productViewData ) : System.Web.Mvc.ActionResult
New ( int id ) : System.Web.Mvc.ActionResult
RenderEditView ( int id ) : System.Web.Mvc.ActionResult
RenderIndexView ( Category category ) : System.Web.Mvc.ActionResult
RenderIndexView ( int id ) : System.Web.Mvc.ActionResult
RenderIndexView ( string urlName ) : System.Web.Mvc.ActionResult
RenderItemView ( string urlName ) : System.Web.Mvc.ActionResult

메소드 상세

Category() 공개 메소드

public Category ( string urlName ) : System.Web.Mvc.ActionResult
urlName string
리턴 System.Web.Mvc.ActionResult

GetControllerName() 공개 메소드

public GetControllerName ( ) : string
리턴 string

Index() 공개 메소드

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

Item() 공개 메소드

public Item ( string urlName ) : System.Web.Mvc.ActionResult
urlName string
리턴 System.Web.Mvc.ActionResult

ProductController() 공개 메소드

public ProductController ( IRepository productRepository, IRepository categoryRepository, IOrderableService productOrderableService, IUserService userService, IUnitOfWorkManager uow, IProductBuilder productBuilder ) : System.Collections
productRepository IRepository
categoryRepository IRepository
productOrderableService IOrderableService
userService IUserService
uow IUnitOfWorkManager
productBuilder IProductBuilder
리턴 System.Collections

RootCategory() 공개 메소드

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