Method | Description | |
---|---|---|
Add_Search_Box_HTML ( |
Add the HTML to be displayed in the search box This adds the title of the into the box |
|
Add_Secondary_HTML ( |
Add the HTML to be displayed below the search box This writes the HTML from the static browse or info page here |
|
Usage_Statistics_AggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System |
Constructor for a new instance of the Usage_Statistics_AggregationViewer class
|
Method | Description | |
---|---|---|
Month_From_Int ( int Month_Int ) : string | ||
add_collection_usage_history ( |
||
add_item_usage_history ( |
||
add_items_by_collection ( |
||
add_titles_by_collection ( |
||
add_usage_definitions ( |
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 ( |
||
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 Usage_Statistics_AggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System | ||
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 |