C# Class WebApplication4.Controllers.PuntoVentaController

Inheritance: Controller
Mostra file Open project: Rxcso/PrototipoSoftware

Public Methods

Method Description
Active ( string punto ) : System.Web.Mvc.JsonResult
Delete ( string punto ) : System.Web.Mvc.JsonResult
Delete2 ( int id ) : System.Web.Mvc.ActionResult
Edit ( string punto ) : System.Web.Mvc.ActionResult
Edit2 ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Search2 ( string punto ) : System.Web.Mvc.ActionResult
Search3 ( string region ) : System.Web.Mvc.ActionResult
SearchI ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
EditRegister ( ) : System.Web.Mvc.ActionResult
EditRegister ( PuntoVentaModel model ) : System.Web.Mvc.ActionResult
RegisterPunto ( ) : System.Web.Mvc.ActionResult
RegisterPunto ( PuntoVentaModel model ) : System.Web.Mvc.ActionResult
Search ( PuntoVentaSearchModel punto ) : System.Web.Mvc.ActionResult

Method Details

Active() public method

public Active ( string punto ) : System.Web.Mvc.JsonResult
punto string
return System.Web.Mvc.JsonResult

Delete() public method

public Delete ( string punto ) : System.Web.Mvc.JsonResult
punto string
return System.Web.Mvc.JsonResult

Delete2() public method

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

Edit() public method

public Edit ( string punto ) : System.Web.Mvc.ActionResult
punto string
return System.Web.Mvc.ActionResult

Edit2() public method

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

Index() public method

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

Search2() public method

public Search2 ( string punto ) : System.Web.Mvc.ActionResult
punto string
return System.Web.Mvc.ActionResult

Search3() public method

public Search3 ( string region ) : System.Web.Mvc.ActionResult
region string
return System.Web.Mvc.ActionResult

SearchI() public method

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