C# 클래스 NetIde.Core.Services.Help.NiHelp

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

공개 메소드들

메소드 설명
Hide ( ) : HResult
Home ( ) : HResult
Navigate ( string root, string path ) : HResult
NiHelp ( IServiceProvider serviceProvider ) : System
Register ( string root, string source ) : HResult
Show ( ) : HResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
FindEnd ( int start, List words ) : int
FormatEmphasis ( HtmlWriter writer, HashSet query, string text ) : void
FormatHead ( HtmlWriter writer ) : void
FormatHit ( HtmlWriter writer, HashSet query, HelpSearchResult hit ) : void
FormatHome ( HtmlWriter writer ) : void
FormatHomeBody ( HtmlWriter writer ) : void
FormatSearchResults ( HtmlWriter writer, string query, IList hits ) : void
FormatSearchResultsBody ( HtmlWriter writer, string query, IList hits ) : void
GetForm ( ) : HelpForm
GetServer ( ) : HelpServer
LoadResource ( byte[]>.Dictionary resources, string name ) : void
LoadResources ( ) : byte[]>.Dictionary
Manager_Resolve ( object sender, HelpResolveEventArgs e ) : void
ParseContent ( string content ) : List
ParseQuery ( string query ) : HashSet
ParseQueryString ( string queryString ) : string>.Dictionary
PerformFind ( string url ) : Stream
PerformRoot ( ) : Stream
_form_Find ( object sender, HelpFindEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Hide() 공개 메소드

public Hide ( ) : HResult
리턴 HResult

Home() 공개 메소드

public Home ( ) : HResult
리턴 HResult

Navigate() 공개 메소드

public Navigate ( string root, string path ) : HResult
root string
path string
리턴 HResult

NiHelp() 공개 메소드

public NiHelp ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
리턴 System

Register() 공개 메소드

public Register ( string root, string source ) : HResult
root string
source string
리턴 HResult

Show() 공개 메소드

public Show ( ) : HResult
리턴 HResult