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
Показать файл Открыть проект

Открытые методы

Метод Описание
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