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
Code Details >> Core >> ApplicationState >> Multiple_Volume_Item

Multiple_Volume_Item Class



Stores information about a title which has multiple volumes or is always represented as multiple volumes ( i.e. Newspapers and Serials)


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 Multiple_Volume_Item : iSerializationEvents

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.ApplicationState..::..Multiple_Volume_Item

Constructors

  NameDescription
Public methodMultiple_Volume_Item
Constructor for a new instance of the Multiple_Volume_Item class

Methods

  NameDescription
Public methodAdd_Item
Adds a single item to this title's collection of child items
Public methodContains_VID
Flag indicates if this title's collection of child items includes a particular volume, by Volume ID (VID)
Public methodPostUnSerialization
Method is called by the serializer after this item is unserialized
Public methodRemove_Item
Removes a child item from this title's collection of items

Fields

  NameDescription
Public fieldBibID
Bibliographic identifier (BibID) for this title within the digital library
Public fieldItems
Collection of all the single items within this BibID

Properties

  NameDescription
Public propertyFirst_Item
Gets the first item within this title's collection of child items
Public propertyItem
Returns a single item from this title's collection of child items, by Volume ID (VID)
Public propertyItem_Count
Number of child items contained within this title

See Also



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