C# Class Application.Web.Controllers.CommentsAdministrationController

Inheritance: BaseController
Afficher le fichier Open project: nzhul/TelerikAcademy

Méthodes publiques

Méthode Description
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

Method Details

DestroyComment() public méthode

public DestroyComment ( [ request, CommentViewModel comment ) : System.Web.Mvc.JsonResult
request [
comment Application.Web.Models.CommentViewModel
Résultat System.Web.Mvc.JsonResult

Index() public méthode

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

ReadAllComments() public méthode

public ReadAllComments ( [ request ) : System.Web.Mvc.JsonResult
request [
Résultat System.Web.Mvc.JsonResult

UpdateComment() public méthode

public UpdateComment ( [ request, CommentViewModel comment ) : System.Web.Mvc.JsonResult
request [
comment Application.Web.Models.CommentViewModel
Résultat System.Web.Mvc.JsonResult