C# Класс 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.
Наследование: SobekCM.Library.ItemViewer.Viewers.abstractItemViewer
Показать файл Открыть проект

Открытые методы

Метод Описание
Add_Main_Viewer_Section ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void

Adds the main view section to the page turner

Приватные методы

Метод Описание
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

Описание методов

Add_Main_Viewer_Section() публичный Метод

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
Результат void