C# Class iMentor.Controllers.ListingController

Inheritance: ApiController
Afficher le fichier Open project: SCCapstone/imentor

Méthodes publiques

Méthode Description
GetListingModels ( ) : IQueryable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeleteListingModel ( int id ) : IHttpActionResult
GetListingModel ( int id ) : IHttpActionResult
ListingModelExists ( int id ) : bool
PostListingModel ( ListingModel listingModel ) : IHttpActionResult
PutListingModel ( int id, ListingModel listingModel ) : IHttpActionResult

Method Details

Dispose() protected méthode

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

GetListingModels() public méthode

public GetListingModels ( ) : IQueryable
Résultat IQueryable