Свойство | Type | Description | |
---|---|---|---|
TotalPages | int | ||
TotalRecords | int |
Méthode | Description | |
---|---|---|
FormatDate ( System.DateTime pubDate ) : string |
FormatDate displays the publication Date
|
|
FormatRelevance ( int relevance ) : string |
FormatRelevance displays the relevance value
|
|
FormatURL ( int TabID, string Link ) : string |
FormatURL the correctly formatted url to the Search Result
|
|
OnLoad ( |
Page_Load runs when the control is loaded
|
|
ShowDescription ( ) : string |
ShowDescription determines whether the description should be shown
|
|
ctlPagingControl_PageChanged ( object sender, |
Méthode | Description | |
---|---|---|
BindData ( ) : void |
BindData binds the Search Results to the Grid
|
|
BindSearchResults ( |
||
dgResults_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void |
dgResults_PageIndexChanged runs when one of the Page buttons is clicked
|
protected FormatDate ( System.DateTime pubDate ) : string | ||
pubDate | System.DateTime | The publication Date |
Résultat | string |
protected FormatRelevance ( int relevance ) : string | ||
relevance | int | The publication Date |
Résultat | string |
protected FormatURL ( int TabID, string Link ) : string | ||
TabID | int | The Id of the Tab where the content is located |
Link | string | The module provided querystring to access the correct content |
Résultat | string |
protected ctlPagingControl_PageChanged ( object sender, |
||
sender | object | |
e | ||
Résultat | void |