Property | Type | Description | |
---|---|---|---|
selectedTiles | List |
Method | Description | |
---|---|---|
Add_Search_Box_HTML ( |
Add the HTML to be displayed in the search box
|
|
Add_Secondary_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void |
Add the HTML to be displayed below the search box This adds the search tips by calling the base method abstractAggregationViewer.Add_Simple_Search_Tips |
|
Tiles_Home_AggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System |
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_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void | ||
Output | TextWriter | 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 |
return | void |
public Tiles_Home_AggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System | ||
RequestSpecificValues | RequestCache | |
ViewBag | AggregationViewBag | |
return | System |