C# Class DistrictsInTown.Api.Repositories.PlaceRepository

Show file Open project: mediahackday/districtsintown Class Usage Examples

Public Methods

Method 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

Method Description
ToPlaceList ( IEnumerable places ) : IEnumerable

Method Details

Get() public method

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

Get() public method

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.
return IEnumerable