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

Item viewer displays the list of features (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_Feature_Index ( TextWriter Output, SobekCM.Engine_Library.Items.Authority.Map_Features_DataSet Features ) : void

Build the HTML for the feature index for this item

Insert_One_Feature_Column ( TextWriter Output, SobekCM.Engine_Library.Items.Authority.Map_Features_DataSet Features, int StartRow, int EndRow ) : void

Insert the HTML for a single feature column into the Stringbuilder

메소드 상세

Create_Feature_Index() 보호된 메소드

Build the HTML for the feature index for this item
protected Create_Feature_Index ( TextWriter Output, SobekCM.Engine_Library.Items.Authority.Map_Features_DataSet Features ) : void
Output System.IO.TextWriter HTML output stream
Features SobekCM.Engine_Library.Items.Authority.Map_Features_DataSet Dataset containig all of the features linked to this item
리턴 void

Insert_One_Feature_Column() 보호된 메소드

Insert the HTML for a single feature column into the Stringbuilder
protected Insert_One_Feature_Column ( TextWriter Output, SobekCM.Engine_Library.Items.Authority.Map_Features_DataSet Features, int StartRow, int EndRow ) : void
Output System.IO.TextWriter Output stream to write the HTML to
Features SobekCM.Engine_Library.Items.Authority.Map_Features_DataSet Dataset containig all of the features linked to this item
StartRow int Row of the set of features to begin on
EndRow int Last row in the set of features
리턴 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 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