C# 클래스 ProyectoNotas.Areas.Api.Controllers.AcudienteController

상속: Controller
파일 보기 프로젝트 열기: nestorcs/ReporteNotasAndroid

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Acudiente() 공개 메소드

public Acudiente ( int id, Acudiente item ) : System.Web.Mvc.JsonResult
id int
item ProyectoNotas.Areas.Api.Models.Acudiente
리턴 System.Web.Mvc.JsonResult

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

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

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

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

EliminarAcudientes() 공개 메소드

public EliminarAcudientes ( int id ) : bool
id int
리턴 bool

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

InsertarAcudientes() 공개 메소드

public InsertarAcudientes ( Acudiente Acudiente ) : bool
Acudiente ProyectoNotas.Areas.Api.Models.Acudiente
리턴 bool

ObtenerAcudiente() 공개 메소드

public ObtenerAcudiente ( int id ) : Acudiente
id int
리턴 ProyectoNotas.Areas.Api.Models.Acudiente

ObtenerAcudientes() 공개 메소드

public ObtenerAcudientes ( ) : List
리턴 List