C# Класс SobekCM.Library.ItemViewer.Viewers.EAD_Description_ItemViewer

Item viewer displays the description associated with an archival EAD/Finding guide item.
This class extends the abstract class abstractItemViewer_OLD and implements the iItemViewer interface.
Наследование: abstractItemViewer_OLD
Показать файл Открыть проект

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

Метод Описание
Write_Main_Viewer_Section ( TextWriter Output, Custom_Tracer Tracer ) : void

Stream to which to write the HTML for this subwriter

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

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

Stream to which to write the HTML for this subwriter
public Write_Main_Viewer_Section ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Response stream for the item viewer to write directly to
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
Результат void