MultiVolumes_ItemViewer Class
Item viewer displays the volumes (VIDs) that are associated with a single BibID
Namespace: SobekCM.Library.ItemViewer.ViewersAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class MultiVolumes_ItemViewer : iItemViewer |
Remarks
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| MultiVolumes_ItemViewer | Constructor for a new instance of the MultiVolumes_ItemViewer class, used to display
the volumes (VIDs) that are associated with a single BibID |
Methods
| Name | Description |
---|
| Add_Main_Viewer_Section | Allows controls to be added directory to a place holder, rather than just writing to the output HTML stream |
| Add_ViewerSpecific_Body_Attributes | Gets the collection of body attributes to be included
within the HTML body tag (usually to add events to the body) |
| Build_Tree | Populates a tree view control with the hierarchical collection of volumes associated with the same title as a digital resource |
| Write_Left_Nav_Menu_Section | Adds any viewer_specific information to the left Navigation Bar Menu Section |
| Write_List | Writes the list of volumes associated with the same title as a digital resource to the output stream |
| Write_Main_Viewer_Section | Write the item viewer main section as HTML directly to the HTTP output stream |
| Write_Thumbnails | Writes the collection of thumbnails for volumes associated with the same title as a digital resource to the output stream |
| Write_Top_Additional_Navigation_Row | Adds any viewer_specific information to the item viewer above the standard pagination buttons |
| Write_Within_HTML_Head | Write any additional values within the HTML Head of the final served page |
Properties
| Name | Description |
---|
| Current_Page | Gets the current page for paging purposes |
| First_Page_URL | Gets the url to go to the first page |
| Go_To_Names | Gets the names to show in the Go To combo box |
| Item_List | Sets the list of all the items within this title to be displayed |
| ItemViewer_Behaviors | Gets the collection of special behaviors which this item viewer
requests from the main HTML subwriter. |
| Last_Page_URL | Gets the url to go to the last page |
| Next_Page_URL | Gets the url to go to the next page |
| Page_Selector | Gets the flag that indicates if the page selector should be shown |
| PageCount | Gets the number of pages for this viewer |
| Previous_Page_URL | Gets the url to go to the previous page |
| ViewerBox_CssId | CSS ID for the viewer viewport for this particular viewer |
| ViewerBox_InlineStyle | Any additional inline style for this viewer that affects the main box around this |
See Also