iSearch_Item_Result Interface
Interface which any class that contains the required display and identification
information for a single item (within a title) within a set of results.
Namespace: SobekCM.Core.ResultsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public interface iSearch_Item_Result |
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 |
| 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