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

Item_Lookup_Object Class



Allows individual items to be retrieved by various methods as Single_Item objects.


Namespace: SobekCM.Engine_Library.ApplicationState
Assembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public class Item_Lookup_Object

Inheritance Hierarchy

System..::..Object
  SobekCM.Engine_Library.ApplicationState..::..Item_Lookup_Object

Constructors

  NameDescription
Public methodItem_Lookup_Object
Constructor for a new instance of the Item_Lookup_Object class

Methods

  NameDescription
Public methodAdd_Item
Adds an single item ( as a Single_Item object) to the collections of items
Public methodAdd_SobekCM_Item(SobekCM_Item)
Adds an single item ( as a SobekCM_Item object) to the collections of items
Public methodAdd_SobekCM_Item(SobekCM_Item, Boolean)
Adds an single item ( as a SobekCM_Item object) to the collections of items
Public methodAdd_Title
Adds a new title to the lookup tables
Public methodAny_Item_By_Bib
Gets any Single_Item object from the collection, by Bib ID
Public methodClear
Clears the dictionary of titles by bibid
Public methodContains_BibID
Checks to see if a given bibliographic identifier exists
Public methodContains_BibID_VID
Checks to see if a given digital resource exists
Public methodItem_By_Bib_Only
Gets a Single_Item object from the collection, by Bib ID and VID
Public methodItem_By_Bib_VID(String, Custom_Tracer)
Gets a Single_Item object from the collection, by Bib ID and VID
Public methodItem_By_Bib_VID(String, String, Custom_Tracer)
Gets a Single_Item object from the collection, by Bib ID and VID
Public methodRemove_Item
Removes an existing item from the lookup tables
Public methodTitle_By_Bib
Gets any Multiple_Volume_Item object from the collection, by Bib ID

Properties

  NameDescription
Public propertyLast_Updated
Returns the time the item list was last updated

See Also



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