C# Class Hypermedia.Sample.WebApi.Controllers.GetPostsController

Inheritance: ApiController
Afficher le fichier Open project: cosullivan/Hypermedia

Méthodes publiques

Méthode Description
GetPostsController ( IDatabase database ) : System

Constructor.

Private Methods

Méthode Description
Execute ( string q = null, int skip, int take = 100, IRequestMetadata metadata = null ) : IHttpActionResult
Predicate ( string searchText ) : Predicate

Returns a prediate to use for filtering the entities to return.

Method Details

GetPostsController() public méthode

Constructor.
public GetPostsController ( IDatabase database ) : System
database IDatabase The databsae instance.
Résultat System