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 >> Items >> SobekCM_Items_In_Title

SobekCM_Items_In_Title Class



Wrapper class that holds the list of all items for a particular volume


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

Syntax

C#
[SerializableAttribute]
public class SobekCM_Items_In_Title : ISerializable

Remarks

This implements the ISerializable interface to explicitly handle serialization and deserialization for speed purposes

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Items..::..SobekCM_Items_In_Title

Constructors

  NameDescription
Public methodSobekCM_Items_In_Title()()()()
Constructor for a new instance of the SobekCM_Items_In_Title class
Public methodSobekCM_Items_In_Title(DataTable)
Constructor for a new instance of the SobekCM_Items_In_Title class
Public methodSobekCM_Items_In_Title(SerializationInfo, StreamingContext)
Constructor for a new instance of the SobekCM_Items_In_Title class

Methods

  NameDescription
Public methodGetObjectData
Method is used to customize the serialization of this object and returns all the pertinent serialized data, including the main dataset serialized to binary (rather than XML)

Properties

  NameDescription
Public propertyItem_Table
Gets the inner table with all of the information for all items within this title

See Also



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