C# Класс search, ReSharperCourse

Наследование: System.Web.Services.WebService
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
GetContent ( string description, string content ) : string

Shortens the content to fit to a search result

OnLoad ( EventArgs e ) : void
ShortenUrl ( string uri ) : string

Removes the comment anchor from the URL

Приватные методы

Метод Описание
BindPaging ( int results, int page ) : void
BindSearchResult ( List list ) : void
SearchByApml ( Uri url ) : void
rep_ItemDataBound ( object sender, RepeaterItemEventArgs, e ) : void

Handles the ItemDataBound event of the rep control.

Описание методов

GetContent() защищенный Метод

Shortens the content to fit to a search result
protected GetContent ( string description, string content ) : string
description string
content string
Результат string

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e EventArgs
Результат void

ShortenUrl() защищенный Метод

Removes the comment anchor from the URL
protected ShortenUrl ( string uri ) : string
uri string
Результат string