C# Class IsraelHiking.API.Controllers.SearchController

Inheritance: ApiController
显示文件 Open project: IsraelHikingMap/Site Class Usage Examples

Public Methods

Method Description
SearchController ( IElasticSearchGateway elasticSearchGateway, IDataContainerConverterService dataContainerConverterService, IElevationDataStorage elevationDataStorage ) : System.Collections.ObjectModel

Private Methods

Method Description
GetSearchResults ( string id, string language = null ) : Task
PostConvertSearchResults ( Newtonsoft.Json.Linq.JObject content ) : Task

Method Details

SearchController() public method

public SearchController ( IElasticSearchGateway elasticSearchGateway, IDataContainerConverterService dataContainerConverterService, IElevationDataStorage elevationDataStorage ) : System.Collections.ObjectModel
elasticSearchGateway IElasticSearchGateway
dataContainerConverterService IDataContainerConverterService
elevationDataStorage IElevationDataStorage
return System.Collections.ObjectModel