C# Class NetIde.Core.Services.Help.NiHelp

Inheritance: ServiceBase, INiHelp
显示文件 Open project: netide/netide Class Usage Examples

Public Methods

Method Description
Hide ( ) : HResult
Home ( ) : HResult
Navigate ( string root, string path ) : HResult
NiHelp ( IServiceProvider serviceProvider ) : System
Register ( string root, string source ) : HResult
Show ( ) : HResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Hide() public method

public Hide ( ) : HResult
return HResult

Home() public method

public Home ( ) : HResult
return HResult

Navigate() public method

public Navigate ( string root, string path ) : HResult
root string
path string
return HResult

NiHelp() public method

public NiHelp ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
return System

Register() public method

public Register ( string root, string source ) : HResult
root string
source string
return HResult

Show() public method

public Show ( ) : HResult
return HResult