mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='https://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='https://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='https://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='https://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='https://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Library >> ResultsViewer >> abstract_ResultsViewer

abstract_ResultsViewer Class



Abstract class which implements the iResultsViewer interface and which all subsequent results viewer classes must extend


Namespace: SobekCM.Library.ResultsViewer
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public abstract class abstract_ResultsViewer : iResultsViewer

Inheritance Hierarchy

Constructors

  NameDescription
Protected methodabstract_ResultsViewer
Constructor for a new instance of the abstract_ResultsViewer class

Methods

  NameDescription
Public methodAdd_HTML
Adds the controls for this result viewer to the place holder on the main form
Protected methodAdd_Issue_Tree
Builds the tree view control for all the issues related to a single result title and adds the tree view to the provided place holder
Public methodStartRow
Returns the index for the first row to be displayed on the current page, and performs validation against the calculated last row to ensure correctness

Fields

  NameDescription
Protected fieldCurrentUserMask
Protected field contains the current user IP restriction mask, used to determine if this use has access to IP restricted items
Protected fieldRequestSpecificValues
Values specific to the current HTML request
Protected fieldResults_Per_Page
Number of results included in each page of results

Properties

  NameDescription
Protected propertyImage_Redirect_Stem
Calculates the redirect string used for image-type materials includes the basic redirect url information for the current request, including current skin, aggregation, and other settings
Public propertyLastRow
Calculates the index for the last row to be displayed on the current result page
Public propertySortable
Flag indicates if this result view is sortable
Protected propertyText_Redirect_Stem
Calculates redirect string specifically for textual items, which includes the search terms to pass to the final item viewer
Public propertyTotal_Results
Gets the total number of results to display

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )