mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

BriefItemInfo Class



Brief item object used throughout the UI library to display item information, item documents, pages, etc..


Namespace: SobekCM.Core.BriefItem
Assembly: 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

System..::..Object
  SobekCM.Core.BriefItem..::..BriefItemInfo

Constructors

  NameDescription
Public methodBriefItemInfo
Constructor for a new instance of the BriefItemInfo class

Methods

  NameDescription
Public methodAdd_Description(String, ReadOnlyCollection<(Of <<'(String>)>>))
Add a single descriptive element, by term
Public methodAdd_Description(String, String)
Add a single descriptive element, by term
Public methodAdd_Namespace
Add a new namespace definition to this object
Public methodGet_Description
Checks the description and returns any descriptions linked to the provided term

Properties

  NameDescription
Public propertyBehaviors
Behavior information, on how this item behaves in the SobekCM system
Public propertyBibID
Bibliographic identifier for this item
Public propertyDescription
Description/Citation elements for this item
Public propertyDownloads
Collection of all the download file groupings (generally all the downloads of the same file, including all the different file formats )
Public propertyDownloads_TOC
Downloads table of contents, if present
Public propertyExtensions
Behavior information, on how this item behaves in the SobekCM system
Public propertyGeoSpatial
Geospatial information tied to this digital resource
Public propertyImages
Collection of all the image file groupings ( i.e., "pages" of images of different types, such as thumbnails, jpegs, and jpeg2000s )
Public propertyImages_TOC
Images table of contents, if present
Public propertyNamespaces
Namespace definition used within the brief item (generally within the citation)
Public propertyTitle
Title for this item
Public propertyType
Basic resource type, which helps to dictate some default behaviors
Public propertyVID
Volume identifier for this item
Public propertyWeb
Additional information for the item on the web, such as the URL

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )