C# Class XApps.WebApi.Controllers.FeedbackController

Inheritance: ApiController
Afficher le fichier Open project: rehrumesh/XApps

Méthodes publiques

Méthode Description
GetFeedbacks ( ) : IQueryable
PutFeedback ( int id, Feedback feedback ) : IHttpActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeleteFeedback ( int id ) : IHttpActionResult
FeedbackExists ( int id ) : bool
GetFeedback ( int id ) : IHttpActionResult
PostFeedback ( Feedback feedback ) : IHttpActionResult

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetFeedbacks() public méthode

public GetFeedbacks ( ) : IQueryable
Résultat IQueryable

PutFeedback() public méthode

public PutFeedback ( int id, Feedback feedback ) : IHttpActionResult
id int
feedback XApps.WebApi.Models.Feedback
Résultat IHttpActionResult