C# Класс SobekCM.Library.AggregationViewer.Viewers.Map_Browse_AggregationViewer_Beta

Beta version of map browse (from USACH project)
Наследование: abstractAggregationViewer
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add_Search_Box_HTML() публичный Метод

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
Результат void

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
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
Результат void

Add_ViewerSpecific_Body_Attributes() публичный Метод

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
Результат void

Map_Browse_AggregationViewer_Beta() публичный Метод

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
Результат System