Method | Description | |
---|---|---|
Write_Main_Viewer_Section ( |
Stream to which to write the HTML for this subwriter
|
Method | Description | |
---|---|---|
Create_Feature_Index ( |
Build the HTML for the feature index for this item
|
|
Insert_One_Feature_Column ( |
Insert the HTML for a single feature column into the Stringbuilder
|
protected Create_Feature_Index ( |
||
Output | HTML output stream | |
Features | SobekCM.Engine_Library.Items.Authority.Map_Features_DataSet | Dataset containig all of the features linked to this item |
return | void |
protected Insert_One_Feature_Column ( |
||
Output | 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 |
return | void |
public Write_Main_Viewer_Section ( |
||
Output | Response stream for the item viewer to write directly to | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |