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

Inheritance: abstractAggregationViewer
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Protected Properties

Свойство Type Description
selectedTiles List

Méthodes publiques

Méthode Description
Add_Search_Box_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

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

Method Details

Add_Search_Box_HTML() public méthode

Add the HTML to be displayed in the search 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
Résultat void

Add_Secondary_HTML() public méthode

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
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
Résultat void

Tiles_Home_AggregationViewer() public méthode

public Tiles_Home_AggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System
RequestSpecificValues RequestCache
ViewBag AggregationViewBag
Résultat System

Property Details

selectedTiles protected_oe property

protected List selectedTiles
Résultat List