C# 클래스 QuickSearch.SearchController

파일 보기 프로젝트 열기: iamkarlson/keepass-quicksearch 1 사용 예제들

공개 메소드들

메소드 설명
ClearPreaviousSeaches ( ) : void
SearchController ( QuickSearchControl qsCcontrol, KeePassLib.PwDatabase database, ListView listview ) : System

비공개 메소드들

메소드 설명
AddEntryToList ( PwEntry pe ) : System.Windows.Forms.ListViewItem
GetEntryFieldEx ( PwEntry pe, int iColumnID, bool bAsterisksIfHidden ) : string
backgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

This method is called by the UI thread. The ListView usually can only be updated from this thread.

control_TextUpdate ( object sender, EventArgs e ) : void
qsUpdate ( SearchStatus status, bool cancellationPending ) : void

메소드 상세

ClearPreaviousSeaches() 공개 메소드

public ClearPreaviousSeaches ( ) : void
리턴 void

SearchController() 공개 메소드

public SearchController ( QuickSearchControl qsCcontrol, KeePassLib.PwDatabase database, ListView listview ) : System
qsCcontrol QuickSearchControl
database KeePassLib.PwDatabase
listview System.Windows.Forms.ListView
리턴 System