C# Class mCleaner.Logics.Commands.CommandLogic_DuplicateChecker

Inheritance: CommandLogic_Base, iActions
Afficher le fichier Open project: MicroHealthLLC/mCleaner Class Usage Examples

Méthodes publiques

Méthode Description
CheckDuplicates ( ) : System.Threading.Tasks.Task

Check duplicates from custom paths. This will called from clicking the toolbar button "Duplicate Checker"

CommandLogic_DuplicateChecker ( ) : System
Enqueue ( bool apply = false ) : void
EnqueueCustomPath ( string path ) : void
ScanPath ( string path ) : void
Start ( ObservableCollection files, int operation, BackgroundWorker bgWorker = null ) : void

Method Details

CheckDuplicates() public méthode

Check duplicates from custom paths. This will called from clicking the toolbar button "Duplicate Checker"
public CheckDuplicates ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

CommandLogic_DuplicateChecker() public méthode

public CommandLogic_DuplicateChecker ( ) : System
Résultat System

Enqueue() public méthode

public Enqueue ( bool apply = false ) : void
apply bool
Résultat void

EnqueueCustomPath() public méthode

public EnqueueCustomPath ( string path ) : void
path string
Résultat void

ScanPath() public méthode

public ScanPath ( string path ) : void
path string
Résultat void

Start() public méthode

public Start ( ObservableCollection files, int operation, BackgroundWorker bgWorker = null ) : void
files ObservableCollection
operation int
bgWorker System.ComponentModel.BackgroundWorker
Résultat void