C# Class DistrictsInTown.Api.Repositories.PlaceRepository

Afficher le fichier Open project: mediahackday/districtsintown Class Usage Examples

Méthodes publiques

Méthode Description
Get ( ) : IEnumerable

Gets a collection with all available objects of type Place.

Get ( IList keyword ) : IEnumerable

Gets a collection with object of type Place filtered by keywords.

Private Methods

Méthode Description
ToPlaceList ( IEnumerable places ) : IEnumerable

Method Details

Get() public méthode

Gets a collection with all available objects of type Place.
public Get ( ) : IEnumerable
Résultat IEnumerable

Get() public méthode

Gets a collection with object of type Place filtered by keywords.
public Get ( IList keyword ) : IEnumerable
keyword IList A list of keywords to narrow the result.
Résultat IEnumerable