Method | Description | |
---|---|---|
Add_Search_Box_HTML ( |
Add the HTML to be displayed in the search box
|
|
Add_Secondary_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
Add controls to the placeholder below the search box This adds the results from the dataset into the space below the search box. |
|
DataSet_Browse_Info_AggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System.Collections.Generic |
Constructor for a new instance of the DataSet_Browse_Info_AggregationViewer class
|
public Add_Search_Box_HTML ( |
||
Output | Textwriter to write the HTML for this viewer | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Add_Secondary_Controls ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, |
||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Placeholder into which to place controls to be rendered |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public DataSet_Browse_Info_AggregationViewer ( 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 |
return | System.Collections.Generic |