Метод | Описание | |
---|---|---|
Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
Adds controls to the main navigational page
|
|
PagedResults_HtmlSubwriter ( RequestCache RequestSpecificValues, SobekCM.Core.Results.Search_Results_Statistics ResultsStats, List |
Constructor for a new instance of the paged_result_html_subwriter class
|
|
Write_Final_HTML ( |
Writes the final output to close this result view, including the results page navigation buttons
|
|
Write_HTML ( |
Writes the HTML generated to browse the list of titles/itemsr directly to the response stream
|
Метод | Описание | |
---|---|---|
Add_Facet_Information ( |
Returns the facets for this result/browse as HTML to be added into the form
|
|
Show_Search_Info ( |
Renders the text about this search (i.e., "Your search for ... resulted in ..." ) directly to the output stream
|
Метод | Описание | |
---|---|---|
Add_Single_Facet ( StringBuilder Builder, string Title, string SearchCode, string ShowLess, string ShowMore, int FacetIndex, string SortByFrequency, string SortAlphabetically, List |
||
Add_Single_Facet_Callback ( StringBuilder Builder, string Title, string SearchCode, string ShowLess, string ShowMore, int FacetIndex, string SortByFrequency, string SortAlphabetically, List |
||
Search_Label_from_Sobek_Code ( string Code ) : string | ||
create_resultwriter ( ) : void |
Creates the specific results viewer according the user's preferences in the current request mode
|
|
remove_html_tags ( string MixedHtmlText ) : string |
public Add_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder ( "mainPlaceHolder" ) in the itemNavForm form, widely used throughout the application |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |
protected Add_Facet_Information ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | string |
public PagedResults_HtmlSubwriter ( RequestCache RequestSpecificValues, SobekCM.Core.Results.Search_Results_Statistics ResultsStats, List |
||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
ResultsStats | SobekCM.Core.Results.Search_Results_Statistics | Statistics about the results to display including the facets |
PagedResults | List |
Actual pages of results |
Результат | System |
protected Show_Search_Info ( |
||
Output | Stream to which to write the HTML for this subwriter | |
IncludeResultCount | bool | Flag tells whether to include the number of results in the text |
Результат | void |
public Write_Final_HTML ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |
public Write_HTML ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | bool |