C# 클래스 DistrictsInTown.Api.Repositories.PlaceRepository

파일 보기 프로젝트 열기: mediahackday/districtsintown 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ToPlaceList ( IEnumerable places ) : IEnumerable

메소드 상세

Get() 공개 메소드

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

Get() 공개 메소드

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.
리턴 IEnumerable