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

Web content viewer shows the historic usage for this web content page
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

Usage_Statistics_WebContentViewer ( RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : System

Constructor for a new instance of the Usage_Statistics_WebContentViewer class

Private Methods

Method Description
Month_From_Int ( int Month_Int ) : string

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

Usage_Statistics_WebContentViewer() public method

Constructor for a new instance of the Usage_Statistics_WebContentViewer class
public Usage_Statistics_WebContentViewer ( RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : System
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
StaticPage HTML_Based_Content Static page info for this request
return System