C# Class mCleaner.Logics.Commands.CommandLogic_DuplicateChecker

Inheritance: CommandLogic_Base, iActions
显示文件 Open project: MicroHealthLLC/mCleaner Class Usage Examples

Public Methods

Method 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 method

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

CommandLogic_DuplicateChecker() public method

public CommandLogic_DuplicateChecker ( ) : System
return System

Enqueue() public method

public Enqueue ( bool apply = false ) : void
apply bool
return void

EnqueueCustomPath() public method

public EnqueueCustomPath ( string path ) : void
path string
return void

ScanPath() public method

public ScanPath ( string path ) : void
path string
return void

Start() public method

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