C# Class XApps.WebApi.Controllers.RatingController

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

Méthodes publiques

Méthode Description
GetRatings ( ) : IQueryable
PutRating ( int id, Rating rating ) : IHttpActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeleteRating ( int id ) : IHttpActionResult
GetRating ( int id ) : IHttpActionResult
PostRating ( Rating rating ) : IHttpActionResult
RatingExists ( int id ) : bool

Method Details

Dispose() protected méthode

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

GetRatings() public méthode

public GetRatings ( ) : IQueryable
Résultat IQueryable

PutRating() public méthode

public PutRating ( int id, Rating rating ) : IHttpActionResult
id int
rating XApps.WebApi.Models.Rating
Résultat IHttpActionResult