C# 클래스 Application.Web.Controllers.CommentsAdministrationController

상속: BaseController
파일 보기 프로젝트 열기: nzhul/TelerikAcademy

공개 메소드들

메소드 설명
DestroyComment ( [ request, CommentViewModel comment ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult
ReadAllComments ( [ request ) : System.Web.Mvc.JsonResult
UpdateComment ( [ request, CommentViewModel comment ) : System.Web.Mvc.JsonResult

메소드 상세

DestroyComment() 공개 메소드

public DestroyComment ( [ request, CommentViewModel comment ) : System.Web.Mvc.JsonResult
request [
comment Application.Web.Models.CommentViewModel
리턴 System.Web.Mvc.JsonResult

Index() 공개 메소드

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

ReadAllComments() 공개 메소드

public ReadAllComments ( [ request ) : System.Web.Mvc.JsonResult
request [
리턴 System.Web.Mvc.JsonResult

UpdateComment() 공개 메소드

public UpdateComment ( [ request, CommentViewModel comment ) : System.Web.Mvc.JsonResult
request [
comment Application.Web.Models.CommentViewModel
리턴 System.Web.Mvc.JsonResult