C# Класс SobekCM.Library.WebContentViewer.Viewers.abstractWebContentViewer

Abstract class which all specialized web content viewers must extend
This implements the iWebContentViewer interface.
Наследование: iWebContentViewer
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
RequestSpecificValues RequestCache
StaticPage SobekCM.Core.WebContent.HTML_Based_Content

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

Метод Описание
Add_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

Add the HTML to be displayed

No html is added here, although children classes should override this virtual method to add HTML

Защищенные методы

Метод Описание
abstractWebContentViewer ( RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : System.IO

Constructor for objects which implement this abstract class

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

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

Add the HTML to be displayed
No html is added here, although children classes should override this virtual method to add HTML
public Add_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Textwriter to write the HTML for this viewer
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
Результат void

abstractWebContentViewer() защищенный Метод

Constructor for objects which implement this abstract class
protected abstractWebContentViewer ( RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : System.IO
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
StaticPage SobekCM.Core.WebContent.HTML_Based_Content Static page info for this request
Результат System.IO

Описание свойств

RequestSpecificValues защищенное свойство

Protected field contains the information specific to the current request
protected RequestCache RequestSpecificValues
Результат RequestCache

StaticPage защищенное свойство

Protcted field contains the static web page information for the current request
protected HTML_Based_Content,SobekCM.Core.WebContent StaticPage
Результат SobekCM.Core.WebContent.HTML_Based_Content