C# Class NuGetGallery.Controllers.ODataV1FeedController

Inheritance: NuGetODataController
Afficher le fichier Open project: NuGet/NuGetGallery

Méthodes publiques

Méthode Description
ODataV1FeedController ( IEntityRepository packagesRepository, IGalleryConfigurationService configurationService, ISearchService searchService ) : System

Private Methods

Méthode Description
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

Method Details

ODataV1FeedController() public méthode

public ODataV1FeedController ( IEntityRepository packagesRepository, IGalleryConfigurationService configurationService, ISearchService searchService ) : System
packagesRepository IEntityRepository
configurationService IGalleryConfigurationService
searchService ISearchService
Résultat System