Метод | Описание | |
---|---|---|
Dataset_ViewData_ItemViewer ( ) : System |
Constructor for a new instance of the Dataset_ViewData_ItemViewer class
|
|
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 |
|
Write_Main_Viewer_Section ( |
Stream to which to write the HTML for this subwriter
|
|
Write_Within_HTML_Head ( |
Write any additional values within the HTML Head of the final served page Adds the javascript and styles needed for the jQuery datatables |
public Dataset_ViewData_ItemViewer ( ) : System | ||
Результат | System |
public Perform_PreDisplay_Work ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |
public Write_Main_Viewer_Section ( |
||
Output | Response stream for the item viewer to write directly to | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |
public Write_Within_HTML_Head ( |
||
Output | Output stream currently within the HTML head tags | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | void |