C# Class ProyectoNotas.Areas.Api.Controllers.AcudienteController

Inheritance: Controller
Afficher le fichier Open project: nestorcs/ReporteNotasAndroid

Méthodes publiques

Méthode Description
Acudiente ( int id, Acudiente item ) : System.Web.Mvc.JsonResult
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
EliminarAcudientes ( int id ) : bool
Index ( ) : System.Web.Mvc.ViewResult
InsertarAcudientes ( Acudiente Acudiente ) : bool
ObtenerAcudiente ( int id ) : Acudiente
ObtenerAcudientes ( ) : List

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Acudientes ( ) : System.Web.Mvc.JsonResult
Create ( Acudiente acudiente ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Acudiente acudiente ) : System.Web.Mvc.ActionResult

Method Details

Acudiente() public méthode

public Acudiente ( int id, Acudiente item ) : System.Web.Mvc.JsonResult
id int
item ProyectoNotas.Areas.Api.Models.Acudiente
Résultat System.Web.Mvc.JsonResult

Create() public méthode

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

Delete() public méthode

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

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Edit() public méthode

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

EliminarAcudientes() public méthode

public EliminarAcudientes ( int id ) : bool
id int
Résultat bool

Index() public méthode

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

InsertarAcudientes() public méthode

public InsertarAcudientes ( Acudiente Acudiente ) : bool
Acudiente ProyectoNotas.Areas.Api.Models.Acudiente
Résultat bool

ObtenerAcudiente() public méthode

public ObtenerAcudiente ( int id ) : Acudiente
id int
Résultat ProyectoNotas.Areas.Api.Models.Acudiente

ObtenerAcudientes() public méthode

public ObtenerAcudientes ( ) : List
Résultat List