C# Класс NetIde.Core.Services.Help.NiHelp

Наследование: ServiceBase, INiHelp
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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