Database_Item_Result Class
Class contains all the display and identification information about a single item
within a 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_Item_Result : iSearch_Item_Result |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| COinS_OpenURL | COinS OpenURL format of citation for citation sharing |
| IP_Restriction_Mask | IP restriction mask for this item within a title within a collection of results |
| ItemID | Gets the primary key for this item, from the database |
| Level1_Index | Index of the first serial hierarchy level for this item within a title within a collection of results |
| Level1_Text | Text of the first serial hierarchy level for this item within a title within a collection of results |
| Level2_Index | Index of the second serial hierarchy level for this item within a title within a collection of results |
| Level2_Text | Text of the second serial hierarchy level for this item within a title within a collection of results |
| Level3_Index | Index of the third serial hierarchy level for this item within a title within a collection of results |
| Level3_Text | Text of the third serial hierarchy level for this item within a title within a collection of results |
| Link | External URL for this item within a title within a collection of results |
| MainThumbnail | Thumbnail image for this item within a title within a collection of results |
| PageCount | Number of pages within this item within a title within a collection of results |
| PubDate | Publication date for this item within a title within a collection of results |
| Spatial_KML | Spatial coverage as KML for this item within a title result for map display |
| Title | Title for this item within a title within a collection of results |
| VID | Volume identifier (VID) for this item within a title within a collection of results |
See Also