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

Inheritance: LaptopListingSystem.Controllers.KendoGridAdministrationController
Exibir arquivo Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

Method 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 method

public CommentsController ( ILaptopListingSystemData data ) : System.Collections
data ILaptopListingSystemData
return System.Collections

Destroy() public method

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

GetData() public method

public GetData ( ) : IEnumerable
return IEnumerable

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Update() public method

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