Свойство | Тип | Описание | |
---|---|---|---|
RequestSpecificValues | RequestCache | ||
ViewBag | AggregationViewBag | ||
emptybehaviors | List |
Метод | Описание | |
---|---|---|
Add_Search_Box_HTML ( |
Add the HTML to be displayed in the search box
|
|
Add_Secondary_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void |
Add the HTML and controls to the section below the search box No controls are added here, although some children class override this virtual method to add controls |
|
Add_Secondary_HTML ( |
Add the HTML to be displayed below the search box No html is added here, although some children class override this virtual method to add HTML |
Метод | Описание | |
---|---|---|
Add_Simple_Search_Tips ( |
Writes the simple search tips out to the HTTP text writer
|
|
abstractAggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System.Collections.Generic |
Constructor for objects which implement this abstract class
|
public abstract Add_Search_Box_HTML ( |
||
Output | Textwriter to write the HTML for this viewer | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
Результат | void |
public Add_Secondary_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void | ||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Place holder to add html and controls to |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
Результат | void |
public Add_Secondary_HTML ( |
||
Output | Textwriter to write the HTML for this viewer | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
Результат | void |
protected Add_Simple_Search_Tips ( |
||
Output | TextWriter writes to the HTTP Response stream | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
Результат | void |
protected abstractAggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System.Collections.Generic | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
ViewBag | AggregationViewBag | Aggregation-specific request information, such as aggregation object and any browse object requested |
Результат | System.Collections.Generic |
protected RequestCache RequestSpecificValues | ||
Результат | RequestCache |