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

abstractWebContentViewer Class



Abstract class which all specialized web content viewers must extend


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

Syntax

C#
public abstract class abstractWebContentViewer : iWebContentViewer

Remarks

This implements the iWebContentViewer interface.

Inheritance Hierarchy

Constructors

  NameDescription
Protected methodabstractWebContentViewer
Constructor for objects which implement this abstract class

Methods

  NameDescription
Public methodAdd_HTML
Add the HTML to be displayed

Fields

  NameDescription
Protected fieldRequestSpecificValues
Protected field contains the information specific to the current request
Protected fieldStaticPage
Protcted field contains the static web page information for the current request

Properties

  NameDescription
Public propertyType
Gets the type of specialized web content viewer
Public propertyViewer_Icon
Gets the URL for the icon related to this web content viewer task
Public propertyViewer_Title
Title for the page that displays this viewer, this is shown in the search box at the top of the page, just below the banner

See Also



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