C# 클래스 NuGetGallery.Controllers.ODataV1FeedController

상속: NuGetODataController
파일 보기 프로젝트 열기: NuGet/NuGetGallery

공개 메소드들

메소드 설명
ODataV1FeedController ( IEntityRepository packagesRepository, IGalleryConfigurationService configurationService, ISearchService searchService ) : System

비공개 메소드들

메소드 설명
FindPackagesById ( ODataQueryOptions options, [ id ) : Task
Get ( ODataQueryOptions options ) : IHttpActionResult
Get ( ODataQueryOptions options, string id, string version ) : Task
GetCore ( ODataQueryOptions options, string id, string version, bool return404NotFoundWhenNoResults ) : Task
GetCount ( ODataQueryOptions options ) : IHttpActionResult
GetPropertyFromPackages ( string propertyName, string id, string version ) : IHttpActionResult
Search ( ODataQueryOptions options, [ searchTerm = "", [ targetFramework = "" ) : Task
SearchCount ( ODataQueryOptions options, [ searchTerm = "", [ targetFramework = "" ) : Task

메소드 상세

ODataV1FeedController() 공개 메소드

public ODataV1FeedController ( IEntityRepository packagesRepository, IGalleryConfigurationService configurationService, ISearchService searchService ) : System
packagesRepository IEntityRepository
configurationService IGalleryConfigurationService
searchService ISearchService
리턴 System