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

Single_Item Class



Stores the basic information about an item which is cached, to allow for correct display in search results and browses.


Namespace: SobekCM.Core.ApplicationState
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[DataContractAttribute]
public class Single_Item

Remarks

One of these objects is cached for each item in the digital library

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.ApplicationState..::..Single_Item

Constructors

  NameDescription
Public methodSingle_Item
Constructor for a completely-built instance of the Single_Item class

Fields

  NameDescription
Public fieldIP_Range_Membership
Value determines if this item is restricted to certain IP addresses
Public fieldTitle
Title of this item, for display during search engine indexing
Public fieldVID
Volume identifier for this item within the larger title/item group

Properties

  NameDescription
Public propertyPublic
Flag indicates if this item is publicly available or should not appear for the public

See Also



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