Database_Title_Result Class
Class contains all the display and identification information about a single title
in a search result set from a database search
Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Database_Title_Result : iSearch_Title_Result |
Remarks
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Item_Result | Adds information about a child item under this title result |
| Build_Item_Tree | Builds the tree of items under this title, for multiple item titles |
| Get_Item | Gets the item indicated by the provided index |
Properties
| Name | Description |
---|
| BibID | Bibliographic identifier (BibID) for this title result |
| GroupThumbnail | Group-wide thumbnail for this title result |
| GroupTitle | Group title for this title result |
| Item_Count | Gets the number of items contained within this title result |
| Item_Tree | Gets the item tree view used for showing all the items under this title in a tree type html display |
| MaterialType | Material type for this title result |
| Metadata_Display_Values | Metadata values to display for this item title result |
| OCLC_Number | OCLC cataloging number for this title result |
| OPAC_Number | Local OPAC cataloging number for this title result |
| Primary_Identifier | Primary alternate identifier for this resource |
| Primary_Identifier_Type | Type of the primary alternate identifier for this resource ( i.e. 'Accession Number', etc.. ) |
| RowNumber | Row number of this title within a larger page of results from the database |
| Snippet | Highlighted snippet of text from this document |
| Spatial_Coordinates | Spatial coverage for this title result in terms of coordinates for map display |
| UserNotes | User notes for this title result, if it is in a bookshelf |
See Also