C# Class WebApplication4.Controllers.RegaloController

Inheritance: Controller
Afficher le fichier Open project: Rxcso/PrototipoSoftware

Méthodes publiques

Méthode Description
Active ( string regalo ) : System.Web.Mvc.JsonResult
Delete ( string regalo ) : System.Web.Mvc.JsonResult
Delete2 ( int id ) : System.Web.Mvc.ActionResult
Edit ( string regalo ) : System.Web.Mvc.ActionResult
Edit2 ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Search2 ( string regalo ) : System.Web.Mvc.ActionResult
SearchI ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
EditRegister ( RegaloModel model ) : System.Web.Mvc.ActionResult
RegisterRegalo ( RegaloModel model ) : System.Web.Mvc.ActionResult
Search ( RegaloSearchModel regalo ) : System.Web.Mvc.ActionResult

Method Details

Active() public méthode

public Active ( string regalo ) : System.Web.Mvc.JsonResult
regalo string
Résultat System.Web.Mvc.JsonResult

Delete() public méthode

public Delete ( string regalo ) : System.Web.Mvc.JsonResult
regalo string
Résultat System.Web.Mvc.JsonResult

Delete2() public méthode

public Delete2 ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( string regalo ) : System.Web.Mvc.ActionResult
regalo string
Résultat System.Web.Mvc.ActionResult

Edit2() public méthode

public Edit2 ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Search2() public méthode

public Search2 ( string regalo ) : System.Web.Mvc.ActionResult
regalo string
Résultat System.Web.Mvc.ActionResult

SearchI() public méthode

public SearchI ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult