C# Class SobekCM.Library.AggregationViewer.Viewers.Map_Browse_AggregationViewer_Beta

Beta version of map browse (from USACH project)
Inheritance: abstractAggregationViewer
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Add_Search_Box_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

Add the HTML to be displayed in the search box

This adds the title of the static browse or info into the box

Add_Secondary_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

Add the HTML to be displayed below the search box

This writes the HTML from the static browse or info page here

Add_ViewerSpecific_Body_Attributes ( string>.List Body_Attributes ) : void

Gets the collection of body attributes to be included within the HTML body tag (usually to add events to the body)

Map_Browse_AggregationViewer_Beta ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System

Constructor for a new instance of the Metadata_Browse_AggregationViewer class

Method Details

Add_Search_Box_HTML() public method

Add the HTML to be displayed in the search box
This adds the title of the static browse or info into the box
public Add_Search_Box_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Textwriter to write the HTML for this viewer
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
return void

Add_Secondary_HTML() public method

Add the HTML to be displayed below the search box
This writes the HTML from the static browse or info page here
public Add_Secondary_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Textwriter to write the HTML for this viewer
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
return void

Add_ViewerSpecific_Body_Attributes() public method

Gets the collection of body attributes to be included within the HTML body tag (usually to add events to the body)
public Add_ViewerSpecific_Body_Attributes ( string>.List Body_Attributes ) : void
Body_Attributes string>.List List of body attributes to be included
return void

Map_Browse_AggregationViewer_Beta() public method

Constructor for a new instance of the Metadata_Browse_AggregationViewer class
public Map_Browse_AggregationViewer_Beta ( 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