Метод | Описание | |
---|---|---|
AddLine ( string id ) : string | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
CustomerKeywordsSetup ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : ActionResult | ||
ShowCategoryKeywords ( string id ) : string | ||
ShowCombination ( string id ) : string | ||
UpdateCustomerCategoryKeywords ( string Values ) : void |
Метод | Описание | |
---|---|---|
Create ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public CustomerKeywordsSetup ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public ShowCategoryKeywords ( string id ) : string | ||
id | string | |
Результат | string |
public ShowCombination ( string id ) : string | ||
id | string | |
Результат | string |
public UpdateCustomerCategoryKeywords ( string Values ) : void | ||
Values | string | |
Результат | void |