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

Web content viewer shows a managament menu with all the options for the current user
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

Manage_Menu_WebContentViewer ( RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : System

Constructor for a new instance of the Manage_Menu_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

Manage_Menu_WebContentViewer() public method

Constructor for a new instance of the Manage_Menu_WebContentViewer class
public Manage_Menu_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