C# 클래스 mCleaner.Logics.Commands.CommandLogic_Delete

상속: iActions
파일 보기 프로젝트 열기: MicroHealthLLC/mCleaner 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CommandLogic_Delete() 공개 메소드

public CommandLogic_Delete ( ) : System
리턴 System

Enqueue() 공개 메소드

public Enqueue ( bool apply = false ) : void
apply bool
리턴 void

ExecuteDeleteCommand() 공개 메소드

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

IsWhitelisted() 공개 메소드

public IsWhitelisted ( string path ) : bool
path string
리턴 bool

Search_File() 공개 메소드

public Search_File ( ) : void
리턴 void

Search_Glob() 공개 메소드

public Search_Glob ( string regex = null ) : void
regex string
리턴 void

Search_Walk() 공개 메소드

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