C# Class SobekCM.Library.WebContentViewer.Viewers.Work_History_WebContentViewer

Web content viewer shows the change log of all updates performed against a web content page or redirect
This viewer extends the abstractWebContentViewer abstract class and implements the iWebContentViewer interface.
Inheritance: abstractWebContentViewer
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Add_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

Add the HTML to be displayed

Work_History_WebContentViewer ( RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : System

Constructor for a new instance of the Work_History_WebContentViewer class

Method Details

Add_HTML() public method

Add the HTML to be displayed
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
return void

Work_History_WebContentViewer() public method

Constructor for a new instance of the Work_History_WebContentViewer class
public Work_History_WebContentViewer ( RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : System
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
return System