Method | 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 ( |
Method | Description | |
---|---|---|
Delete ( |
||
Disable ( |
||
Enable ( |
||
Save ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Edit ( int id, string @return ) : System.Web.Mvc.ActionResult | ||
id | int | |
@return | string | |
return | System.Web.Mvc.ActionResult |
public Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult | ||
page | int | |
pageSize | int | |
return | System.Web.Mvc.ActionResult |
public PredefinedFields ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ProductTypeController ( |
||
productTypeService | ||
customFieldService | ||
return | System |