C# Class WebApplication4.Controllers.OrganizadorController

Inheritance: Controller
Mostra file Open project: Rxcso/PrototipoSoftware

Public Methods

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

Private Methods

Method Description
EditRegister ( OrganizadorModel model ) : System.Web.Mvc.ActionResult
RegisterOrganizador ( OrganizadorModel model ) : System.Web.Mvc.ActionResult
Search ( OrganizadorSearchModel organizador ) : System.Web.Mvc.ActionResult

Method Details

Active() public method

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

Delete() public method

public Delete ( string organizador ) : System.Web.Mvc.JsonResult
organizador 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 organizador ) : System.Web.Mvc.ActionResult
organizador string
return System.Web.Mvc.ActionResult

Edit2() public method

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

Historial() public method

public Historial ( 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 organizador ) : System.Web.Mvc.ActionResult
organizador string
return System.Web.Mvc.ActionResult

SearchI() public method

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