C# Class mCleaner.Logics.Commands.CommandLogic_Delete

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

Méthodes publiques

Méthode Description
CommandLogic_Delete ( ) : System
Enqueue ( bool apply = false ) : void
ExecuteDeleteCommand ( Model_ThingsToDelete ttd, BackgroundWorker bgWorker, Queue TTD, bool preview = false ) : void
IsWhitelisted ( string path ) : bool
Search_File ( ) : void
Search_Glob ( string regex = null ) : void
Search_Walk ( bool include_dir = false, string regex = null ) : void

Method Details

CommandLogic_Delete() public méthode

public CommandLogic_Delete ( ) : System
Résultat System

Enqueue() public méthode

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

ExecuteDeleteCommand() public méthode

public ExecuteDeleteCommand ( Model_ThingsToDelete ttd, BackgroundWorker bgWorker, Queue TTD, bool preview = false ) : void
ttd mCleaner.Model.Model_ThingsToDelete
bgWorker BackgroundWorker
TTD Queue
preview bool
Résultat void

IsWhitelisted() public méthode

public IsWhitelisted ( string path ) : bool
path string
Résultat bool

Search_File() public méthode

public Search_File ( ) : void
Résultat void

Search_Glob() public méthode

public Search_Glob ( string regex = null ) : void
regex string
Résultat void

Search_Walk() public méthode

public Search_Walk ( bool include_dir = false, string regex = null ) : void
include_dir bool
regex string
Résultat void