BriefItemInfo Class
Brief item object used throughout the UI library to display
item information, item documents, pages, etc..
Namespace: SobekCM.Core.BriefItemAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("item")]
[DataContractAttribute]
[ProtoContractAttribute]
public class BriefItemInfo |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
 | BriefItemInfo | Constructor for a new instance of the BriefItemInfo class |
Methods
Properties
| Name | Description |
---|
 | Behaviors | Behavior information, on how this item behaves in the SobekCM system |
 | BibID | Bibliographic identifier for this item |
 | Description | Description/Citation elements for this item |
 | Downloads | Collection of all the download file groupings (generally all the downloads
of the same file, including all the different file formats ) |
 | Downloads_TOC | Downloads table of contents, if present |
 | Extensions | Behavior information, on how this item behaves in the SobekCM system |
 | GeoSpatial | Geospatial information tied to this digital resource |
 | Images | Collection of all the image file groupings ( i.e., "pages" of images of different
types, such as thumbnails, jpegs, and jpeg2000s ) |
 | Images_TOC | Images table of contents, if present |
 | Namespaces | Namespace definition used within the brief item (generally within the citation) |
 | Title | Title for this item |
 | Type | Basic resource type, which helps to dictate some default behaviors |
 | VID | Volume identifier for this item |
 | Web | Additional information for the item on the web, such as the URL |
See Also