C# 클래스 NetIde.Help.HelpSearchManager

상속: IDisposable
파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
HelpSearchManager ( HelpManager manager, string workDirectory ) : System
Search ( string text ) : IList

비공개 메소드들

메소드 설명
ComputeHash ( string text ) : string
EnsureLoaded ( ) : void
IsUpToDate ( ) : bool
ParseDocument ( Stream stream ) : Parsed
ParseHtml ( HtmlNode node, Parsed parsed ) : void
ParseHtmlContent ( HtmlNode node, Parsed parsed ) : void
RebuildDatabase ( ) : void
RebuildDatabase ( IndexWriter writer, HelpRegistration registration ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HelpSearchManager() 공개 메소드

public HelpSearchManager ( HelpManager manager, string workDirectory ) : System
manager HelpManager
workDirectory string
리턴 System

Search() 공개 메소드

public Search ( string text ) : IList
text string
리턴 IList