C# Class NuGetGallery.Operations.Tasks.DeleteDuplicatePackageVersionsTask

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

Private Properties

Свойство Type Description
DeletePackageVersion void
ProcessDuplicate void

Méthodes publiques

Méthode Description
ExecuteCommand ( ) : void
ValidateArguments ( ) : void

Private Methods

Méthode Description
DeletePackageVersion ( PackageSummary package, string subreason ) : void
ProcessDuplicate ( string id, string normalVersion, List packages, int &unlistedCount, int &latestCount ) : void

Method Details

ExecuteCommand() public méthode

public ExecuteCommand ( ) : void
Résultat void

ValidateArguments() public méthode

public ValidateArguments ( ) : void
Résultat void