C# 클래스 SobekCM.Library.MainWriters.DataProvider_MainWriter

Main writer provides datatables as JSON to drive anything which requires server-side paging or sorting of a large amount of data.
This class extends the abstract class abstractMainWriter.
상속: SobekCM.Library.MainWriters.abstractMainWriter
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
DataProvider_MainWriter ( RequestCache RequestSpecificValues ) : System

Constructor for a new instance of the DataProvider_MainWriter class

Write_Html ( TextWriter Output, Custom_Tracer Tracer ) : void

Perform all the work of adding text directly to the response stream back to the web user

비공개 메소드들

메소드 설명
provide_dataset_items_view_data ( TextWriter Output ) : void

메소드 상세

DataProvider_MainWriter() 공개 메소드

Constructor for a new instance of the DataProvider_MainWriter class
public DataProvider_MainWriter ( RequestCache RequestSpecificValues ) : System
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
리턴 System

Write_Html() 공개 메소드

Perform all the work of adding text directly to the response stream back to the web user
public Write_Html ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Stream to which to write the text for this main writer
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 void