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

Aggregation viewer to dispay the list of users that have special permissions on a single aggregation
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 does nothing - as an internal type view, this will not be called

Add_Secondary_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

Add the main HTML to be added to the page

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

User_Permissions_AggregationViewer ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System

Constructor for a new instance of the User_Permissions_AggregationViewer class

Private Methods

Method Description
flag_to_display ( bool ToDisplay ) : string
flag_to_display ( object ToDisplay ) : string

Method Details

Add_Search_Box_HTML() public method

Add the HTML to be displayed in the search box
This does nothing - as an internal type view, this will not be called
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 main HTML to be added to the page
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

User_Permissions_AggregationViewer() public method

Constructor for a new instance of the User_Permissions_AggregationViewer class
public User_Permissions_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
return System