C# Class Orc.NuGetExplorer.PackagesUpdatesSearcherService

Inheritance: IPackagesUpdatesSearcherService
Show file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
PackagesUpdatesSearcherService ( IRepositoryService repositoryService, IPackageCacheService packageCacheService, IRepositoryCacheService repositoryCacheService ) : System
SearchForUpdates ( bool allowPrerelease = null, bool authenticateIfRequired = true ) : IEnumerable

Method Details

PackagesUpdatesSearcherService() public method

public PackagesUpdatesSearcherService ( IRepositoryService repositoryService, IPackageCacheService packageCacheService, IRepositoryCacheService repositoryCacheService ) : System
repositoryService IRepositoryService
packageCacheService IPackageCacheService
repositoryCacheService IRepositoryCacheService
return System

SearchForUpdates() public method

public SearchForUpdates ( bool allowPrerelease = null, bool authenticateIfRequired = true ) : IEnumerable
allowPrerelease bool
authenticateIfRequired bool
return IEnumerable