메소드 | 설명 | |
---|---|---|
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 |
||
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 |
public Category ( string urlName ) : System.Web.Mvc.ActionResult | ||
urlName | string | |
리턴 | System.Web.Mvc.ActionResult |
public Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public Item ( string urlName ) : System.Web.Mvc.ActionResult | ||
urlName | string | |
리턴 | System.Web.Mvc.ActionResult |
public ProductController ( IRepository |
||
productRepository | IRepository |
|
categoryRepository | IRepository |
|
productOrderableService | IOrderableService |
|
userService | IUserService | |
uow | IUnitOfWorkManager | |
productBuilder | IProductBuilder | |
리턴 | System.Collections |
public RootCategory ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |