C# 클래스 SobekCM.Library.AggregationViewer.Viewers.Tiles_Home_AggregationViewer

상속: abstractAggregationViewer
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

보호된 프로퍼티들

프로퍼티 타입 설명
selectedTiles List

공개 메소드들

메소드 설명
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

메소드 상세

Add_Search_Box_HTML() 공개 메소드

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
리턴 void

Add_Secondary_HTML() 공개 메소드

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
리턴 void

Tiles_Home_AggregationViewer() 공개 메소드

public Tiles_Home_AggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System
RequestSpecificValues RequestCache
ViewBag AggregationViewBag
리턴 System

프로퍼티 상세

selectedTiles 보호되어 있는 프로퍼티

protected List selectedTiles
리턴 List