C# Class Kooboo.Commerce.Web.Areas.Commerce.Controllers.ProductTypeController

Inheritance: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Edit ( int id, string @return ) : System.Web.Mvc.ActionResult
Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
PredefinedFields ( ) : System.Web.Mvc.ActionResult
ProductTypeController ( ProductTypeService productTypeService, PredefinedCustomFieldService customFieldService ) : System

Private Methods

Méthode Description
Delete ( ProductTypeModel model ) : System.Web.Mvc.ActionResult
Disable ( ProductTypeModel model ) : System.Web.Mvc.ActionResult
Enable ( ProductTypeModel model ) : System.Web.Mvc.ActionResult
Save ( ProductTypeModel model, string @return ) : System.Web.Mvc.ActionResult

Method Details

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( int id, string @return ) : System.Web.Mvc.ActionResult
id int
@return string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
page int
pageSize int
Résultat System.Web.Mvc.ActionResult

PredefinedFields() public méthode

public PredefinedFields ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ProductTypeController() public méthode

public ProductTypeController ( ProductTypeService productTypeService, PredefinedCustomFieldService customFieldService ) : System
productTypeService Kooboo.Commerce.Products.ProductTypeService
customFieldService Kooboo.Commerce.Products.PredefinedCustomFieldService
Résultat System