C# Class DuplicateFinder.Core.Commands.PruneHistoryCommand

Inheritance: ICommand
Afficher le fichier Open project: agross/duplicatefinder

Méthodes publiques

Méthode Description
Execute ( ) : void
PruneHistoryCommand ( IOutput output, IDuplicateFinder duplicateFinder, IRememberHashCodes history ) : System.Diagnostics

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

PruneHistoryCommand() public méthode

public PruneHistoryCommand ( IOutput output, IDuplicateFinder duplicateFinder, IRememberHashCodes history ) : System.Diagnostics
output IOutput
duplicateFinder IDuplicateFinder
history IRememberHashCodes
Résultat System.Diagnostics