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

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

공개 메소드들

메소드 설명
Add_Search_Box_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

Add the HTML to be displayed in the search box

Basic_Text_Search_Combined_AggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System

Constructor for a new instance of the Basic_Text_Search_Combined_AggregationViewer class

메소드 상세

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

Basic_Text_Search_Combined_AggregationViewer() 공개 메소드

Constructor for a new instance of the Basic_Text_Search_Combined_AggregationViewer class
public Basic_Text_Search_Combined_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
리턴 System