C# Class SobekCM.Library.ItemViewer.Viewers.EAD_Container_List_ItemViewer

Item viewer displays the container list associated with an archival EAD/Finding guide item.
This class extends the abstract class abstractItemViewer and implements the iItemViewer interface.
Inheritance: SobekCM.Library.ItemViewer.Viewers.abstractItemViewer
显示文件 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Add_Main_Viewer_Section ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void

Adds the main view section to the page turner

Private Methods

Method Description
treeView1_TreeNodePopulate ( object sender, System.Web.UI.WebControls.TreeNodeEventArgs e ) : void

Event handler loads the nodes on request to the serial hierarchy trees when the user requests them by expanding a node

Method Details

Add_Main_Viewer_Section() public method

Adds the main view section to the page turner
public Add_Main_Viewer_Section ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void
MainPlaceHolder System.Web.UI.WebControls.PlaceHolder Main place holder ( "mainPlaceHolder" ) in the itemNavForm form into which the the bulk of the item viewer's output is displayed
Tracer Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
return void