C# Class NuGetGallery.CuratedFeedService

Inheritance: ICuratedFeedService
Afficher le fichier Open project: JetBrains/ReSharperGallery Class Usage Examples

Méthodes publiques

Méthode Description
CreatedCuratedPackage ( CuratedFeed curatedFeed, Package package, bool included = false, bool automaticallyCurated = false, string notes = null, bool commitChanges = true ) : CuratedPackage
CuratedFeedService ( IEntityRepository curatedFeedRepository, IEntityRepository curatedPackageRepository ) : System
DeleteCuratedPackage ( int curatedFeedKey, int curatedPackageKey ) : void
GetCuratedPackageRegistrations ( string curatedFeedName ) : IQueryable
GetFeedByKey ( int key, bool includePackages ) : CuratedFeed
GetFeedByName ( string name, bool includePackages ) : CuratedFeed
GetFeedsForManager ( int managerKey ) : IEnumerable
GetKey ( string curatedFeedName ) : int?
GetPackageRegistrations ( string curatedFeedName ) : IQueryable
GetPackages ( string curatedFeedName ) : IQueryable
ModifyCuratedPackage ( int curatedFeedKey, int curatedPackageKey, bool included ) : void
UpdateIsLatest ( NuGetGallery.PackageRegistration packageRegistration, bool commitChanges ) : void

Méthodes protégées

Méthode Description
CuratedFeedService ( ) : System

Private Methods

Méthode Description
FindPackage ( IEnumerable packages, bool>.Func predicate = null ) : CuratedPackageVersion

Method Details

CreatedCuratedPackage() public méthode

public CreatedCuratedPackage ( CuratedFeed curatedFeed, Package package, bool included = false, bool automaticallyCurated = false, string notes = null, bool commitChanges = true ) : CuratedPackage
curatedFeed CuratedFeed
package Package
included bool
automaticallyCurated bool
notes string
commitChanges bool
Résultat CuratedPackage

CuratedFeedService() protected méthode

protected CuratedFeedService ( ) : System
Résultat System

CuratedFeedService() public méthode

public CuratedFeedService ( IEntityRepository curatedFeedRepository, IEntityRepository curatedPackageRepository ) : System
curatedFeedRepository IEntityRepository
curatedPackageRepository IEntityRepository
Résultat System

DeleteCuratedPackage() public méthode

public DeleteCuratedPackage ( int curatedFeedKey, int curatedPackageKey ) : void
curatedFeedKey int
curatedPackageKey int
Résultat void

GetCuratedPackageRegistrations() public méthode

public GetCuratedPackageRegistrations ( string curatedFeedName ) : IQueryable
curatedFeedName string
Résultat IQueryable

GetFeedByKey() public méthode

public GetFeedByKey ( int key, bool includePackages ) : CuratedFeed
key int
includePackages bool
Résultat CuratedFeed

GetFeedByName() public méthode

public GetFeedByName ( string name, bool includePackages ) : CuratedFeed
name string
includePackages bool
Résultat CuratedFeed

GetFeedsForManager() public méthode

public GetFeedsForManager ( int managerKey ) : IEnumerable
managerKey int
Résultat IEnumerable

GetKey() public méthode

public GetKey ( string curatedFeedName ) : int?
curatedFeedName string
Résultat int?

GetPackageRegistrations() public méthode

public GetPackageRegistrations ( string curatedFeedName ) : IQueryable
curatedFeedName string
Résultat IQueryable

GetPackages() public méthode

public GetPackages ( string curatedFeedName ) : IQueryable
curatedFeedName string
Résultat IQueryable

ModifyCuratedPackage() public méthode

public ModifyCuratedPackage ( int curatedFeedKey, int curatedPackageKey, bool included ) : void
curatedFeedKey int
curatedPackageKey int
included bool
Résultat void

UpdateIsLatest() public méthode

public UpdateIsLatest ( NuGetGallery.PackageRegistration packageRegistration, bool commitChanges ) : void
packageRegistration NuGetGallery.PackageRegistration
commitChanges bool
Résultat void