C# Class Web.Controllers.CustomerController

Inheritance: Controller
Show file Open project: jediskywalker/RTDeals Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AddLine() public method

public AddLine ( string id ) : string
id string
return string

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

CustomerKeywordsSetup() public method

public CustomerKeywordsSetup ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Details() public method

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : ActionResult
return ActionResult

ShowCategoryKeywords() public method

public ShowCategoryKeywords ( string id ) : string
id string
return string

ShowCombination() public method

public ShowCombination ( string id ) : string
id string
return string

UpdateCustomerCategoryKeywords() public method

public UpdateCustomerCategoryKeywords ( string Values ) : void
Values string
return void