C# 클래스 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.
상속: abstractWebContentViewer
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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

메소드 상세

Add_HTML() 공개 메소드

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
리턴 void

Manage_Menu_WebContentViewer() 공개 메소드

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
리턴 System