C# Class NuGetGallery.AutomaticallyCuratePackageCommand

Inheritance: NuGetGallery.AppCommand, IAutomaticallyCuratePackageCommand
Afficher le fichier Open project: JetBrains/ReSharperGallery

Méthodes publiques

Méthode Description
AutomaticallyCuratePackageCommand ( IEntitiesContext entities, ICuratedFeedService curatedFeedService ) : NuGet
Execute ( Package galleryPackage, INupkg nugetPackage, bool commitChanges ) : void

Method Details

AutomaticallyCuratePackageCommand() public méthode

public AutomaticallyCuratePackageCommand ( IEntitiesContext entities, ICuratedFeedService curatedFeedService ) : NuGet
entities IEntitiesContext
curatedFeedService ICuratedFeedService
Résultat NuGet

Execute() public méthode

public Execute ( Package galleryPackage, INupkg nugetPackage, bool commitChanges ) : void
galleryPackage Package
nugetPackage INupkg
commitChanges bool
Résultat void