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.ApplicationStateAssembly: 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
Constructors
| Name | Description |
---|
 | Multiple_Volume_Item | Constructor for a new instance of the Multiple_Volume_Item class |
Methods
| Name | Description |
---|
 | Add_Item | Adds a single item to this title's collection of child items |
 | Contains_VID | Flag indicates if this title's collection of child items includes a particular volume, by Volume ID (VID) |
 | PostUnSerialization | Method is called by the serializer after this item is unserialized |
 | Remove_Item | Removes a child item from this title's collection of items |
Fields
| Name | Description |
---|
 | BibID | Bibliographic identifier (BibID) for this title within the digital library |
 | Items | Collection of all the single items within this BibID |
Properties
| Name | Description |
---|
 | First_Item | Gets the first item within this title's collection of child items |
 | Item | Returns a single item from this title's collection of child items, by Volume ID (VID) |
 | Item_Count | Number of child items contained within this title |
See Also