C# Класс DistrictsInTown.Api.Repositories.PlaceRepository

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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