C# Класс SobekCM.Library.ResultsViewer.Full_ResultsViewer

Results viewer reads the METS file for an item and displays either the first image or the full citation while navigating through the results set.
This class extends the abstract class abstract_ResultsViewer and implements the iResultsViewer interface.
Наследование: abstract_ResultsViewer
Показать файл Открыть проект

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

Метод Описание
Add_HTML ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void

Adds the controls for this result viewer to the place holder on the main form

Full_ResultsViewer ( RequestCache RequestSpecificValues, Search_Results_Statistics ResultsStats, List PagedResults ) : System.Collections.Generic

Constructor for a new instance of the Full_ResultsViewer class

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

Add_HTML() публичный Метод

Adds the controls for this result viewer to the place holder on the main form
public Add_HTML ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void
MainPlaceHolder System.Web.UI.WebControls.PlaceHolder Main place holder ( "mainPlaceHolder" ) in the itemNavForm form into which the the bulk of the result viewer's output is displayed
Tracer Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
Результат void

Full_ResultsViewer() публичный Метод

Constructor for a new instance of the Full_ResultsViewer class
public Full_ResultsViewer ( RequestCache RequestSpecificValues, Search_Results_Statistics ResultsStats, List PagedResults ) : System.Collections.Generic
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
ResultsStats Search_Results_Statistics Statistics about the results to display including the facets
PagedResults List Actual pages of results
Результат System.Collections.Generic