C# Класс mCleaner.Logics.Commands.CommandLogic_DuplicateChecker

Наследование: CommandLogic_Base, iActions
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CheckDuplicates() публичный Метод

Check duplicates from custom paths. This will called from clicking the toolbar button "Duplicate Checker"
public CheckDuplicates ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

CommandLogic_DuplicateChecker() публичный Метод

public CommandLogic_DuplicateChecker ( ) : System
Результат System

Enqueue() публичный Метод

public Enqueue ( bool apply = false ) : void
apply bool
Результат void

EnqueueCustomPath() публичный Метод

public EnqueueCustomPath ( string path ) : void
path string
Результат void

ScanPath() публичный Метод

public ScanPath ( string path ) : void
path string
Результат void

Start() публичный Метод

public Start ( ObservableCollection files, int operation, BackgroundWorker bgWorker = null ) : void
files ObservableCollection
operation int
bgWorker System.ComponentModel.BackgroundWorker
Результат void