C# Class XApps.WebApi.Controllers.FeedbackController

Inheritance: ApiController
显示文件 Open project: rehrumesh/XApps

Public Methods

Method Description
GetFeedbacks ( ) : IQueryable
PutFeedback ( int id, Feedback feedback ) : IHttpActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DeleteFeedback ( int id ) : IHttpActionResult
FeedbackExists ( int id ) : bool
GetFeedback ( int id ) : IHttpActionResult
PostFeedback ( Feedback feedback ) : IHttpActionResult

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetFeedbacks() public method

public GetFeedbacks ( ) : IQueryable
return IQueryable

PutFeedback() public method

public PutFeedback ( int id, Feedback feedback ) : IHttpActionResult
id int
feedback XApps.WebApi.Models.Feedback
return IHttpActionResult