C# 클래스 SobekCM.Library.WebContentViewer.Viewers.abstractWebContentViewer

Abstract class which all specialized web content viewers must extend
This implements the iWebContentViewer interface.
상속: iWebContentViewer
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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