C# Class search, ReSharperCourse

Inheritance: System.Web.Services.WebService
Afficher le fichier Open project: rasmuskl/ReSharperCourse Class Usage Examples

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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.

Method Details

GetContent() protected méthode

Shortens the content to fit to a search result
protected GetContent ( string description, string content ) : string
description string
content string
Résultat string

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

ShortenUrl() protected méthode

Removes the comment anchor from the URL
protected ShortenUrl ( string uri ) : string
uri string
Résultat string