C# Class LaptopListingSystem.Areas.Administration.Controllers.CommentsController

Inheritance: LaptopListingSystem.Controllers.KendoGridAdministrationController
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Méthodes publiques

Méthode Description
CommentsController ( ILaptopListingSystemData data ) : System.Collections
Destroy ( [ request, CommentViewModel model ) : System.Web.Mvc.ActionResult
GetData ( ) : IEnumerable
Index ( ) : System.Web.Mvc.ActionResult
Update ( [ request, CommentViewModel model ) : System.Web.Mvc.ActionResult

Method Details

CommentsController() public méthode

public CommentsController ( ILaptopListingSystemData data ) : System.Collections
data ILaptopListingSystemData
Résultat System.Collections

Destroy() public méthode

public Destroy ( [ request, CommentViewModel model ) : System.Web.Mvc.ActionResult
request [
model LaptopListingSystem.Areas.Administration.ViewModels.CommentViewModel
Résultat System.Web.Mvc.ActionResult

GetData() public méthode

public GetData ( ) : IEnumerable
Résultat IEnumerable

Index() public méthode

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

Update() public méthode

public Update ( [ request, CommentViewModel model ) : System.Web.Mvc.ActionResult
request [
model LaptopListingSystem.Areas.Administration.ViewModels.CommentViewModel
Résultat System.Web.Mvc.ActionResult