C# 클래스 SobekCM.Library.ItemViewer.Viewers.Street_ItemViewer

Item viewer displays the list of streets (from the authority database or metadata) associated with a digital resource.
This class extends the abstract class abstractItemViewer and implements the iItemViewer interface.
상속: SobekCM.Library.ItemViewer.Viewers.abstractItemViewer
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

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

Stream to which to write the HTML for this subwriter

보호된 메소드들

메소드 설명
Create_Street_Index ( TextWriter Output, SobekCM.Library.Items.Authority.Map_Streets_DataSet streets ) : void

Build the HTML for the street index for this item

Insert_One_Street_Column ( TextWriter Output, SobekCM.Library.Items.Authority.Map_Streets_DataSet streets, int startRow, int endRow ) : void

Insert the HTML for a single street column into the Stringbuilder

비공개 메소드들

메소드 설명
street_display ( SobekCM.Library.Items.Authority.Map_Streets_DataSet thisStreet ) : string

Build the information to display about the street, depending on what values are present in the Strongly typed street datarow

메소드 상세

Create_Street_Index() 보호된 메소드

Build the HTML for the street index for this item
protected Create_Street_Index ( TextWriter Output, SobekCM.Library.Items.Authority.Map_Streets_DataSet streets ) : void
Output TextWriter Stream to write into
streets SobekCM.Library.Items.Authority.Map_Streets_DataSet Dataset containig all of the streets linked to this item
리턴 void

Insert_One_Street_Column() 보호된 메소드

Insert the HTML for a single street column into the Stringbuilder
protected Insert_One_Street_Column ( TextWriter Output, SobekCM.Library.Items.Authority.Map_Streets_DataSet streets, int startRow, int endRow ) : void
Output TextWriter Response stream to write directly to
streets SobekCM.Library.Items.Authority.Map_Streets_DataSet Dataset containig all of the streets linked to this item
startRow int Row of the set of streets to begin on
endRow int Last row in the set of streets
리턴 void

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 TextWriter Response stream for the item viewer to write directly to
Tracer Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 void