C# Class mCleaner.Logics.Commands.CommandLogic_Delete

Inheritance: iActions
Mostrar archivo Open project: MicroHealthLLC/mCleaner Class Usage Examples

Public Methods

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

public CommandLogic_Delete ( ) : System
return System

Enqueue() public method

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

ExecuteDeleteCommand() public method

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

IsWhitelisted() public method

public IsWhitelisted ( string path ) : bool
path string
return bool

Search_File() public method

public Search_File ( ) : void
return void

Search_Glob() public method

public Search_Glob ( string regex = null ) : void
regex string
return void

Search_Walk() public method

public Search_Walk ( bool include_dir = false, string regex = null ) : void
include_dir bool
regex string
return void