C# 클래스 LaptopListingSystem.Areas.Administration.Controllers.CommentsController

상속: LaptopListingSystem.Controllers.KendoGridAdministrationController
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy

공개 메소드들

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

메소드 상세

CommentsController() 공개 메소드

public CommentsController ( ILaptopListingSystemData data ) : System.Collections
data ILaptopListingSystemData
리턴 System.Collections

Destroy() 공개 메소드

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

GetData() 공개 메소드

public GetData ( ) : IEnumerable
리턴 IEnumerable

Index() 공개 메소드

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

Update() 공개 메소드

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