C# 클래스 SobekCM.Library.ItemViewer.Viewers.Dataset_Reports_ItemViewer

Dataset viewer is used to view saved reports or create new custom reports
This class extends the abstract class abstractItemViewer and implements the iItemViewer interface.
상속: SobekCM.Library.ItemViewer.Viewers.abstractItemViewer
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
Dataset_Reports_ItemViewer ( ) : System

Constructor for a new instance of the Dataset_Reports_ItemViewer class

Perform_PreDisplay_Work ( Custom_Tracer Tracer ) : void

This provides an opportunity for the viewer to perform any pre-display work which is necessary before entering any of the rendering portions

This ensures the dataset has been read into memory/cache for rendering

Write_Main_Viewer_Section ( TextWriter Output, Custom_Tracer Tracer ) : void

Gets the collection of special behaviors which this item viewer requests from the main HTML subwriter.

Stream to which to write the HTML for this subwriter

메소드 상세

Dataset_Reports_ItemViewer() 공개 메소드

Constructor for a new instance of the Dataset_Reports_ItemViewer class
public Dataset_Reports_ItemViewer ( ) : System
리턴 System

Perform_PreDisplay_Work() 공개 메소드

This provides an opportunity for the viewer to perform any pre-display work which is necessary before entering any of the rendering portions
This ensures the dataset has been read into memory/cache for rendering
public Perform_PreDisplay_Work ( Custom_Tracer Tracer ) : void
Tracer Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 void

Write_Main_Viewer_Section() 공개 메소드

Gets the collection of special behaviors which this item viewer requests from the main HTML subwriter. Stream to which to write the HTML for this subwriter
public Write_Main_Viewer_Section ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Response stream for the item viewer to write directly to
Tracer Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 void