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

Main_Page_Info Class



Stores the information about the main page with a digital resource. This is used for the FULL VIEW on SobekCM.


Namespace: SobekCM.Resource_Object.Behaviors
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
[SerializableAttribute]
public class Main_Page_Info : XML_Writing_Base_Type

Remarks

Object created by Mark V Sullivan (2009) for University of Florida's Digital Library Center.

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object..::..XML_Writing_Base_Type
    SobekCM.Resource_Object.Behaviors..::..Main_Page_Info

Constructors

  NameDescription
Public methodMain_Page_Info
Constructor for a new instance of the main page info object

Methods

  NameDescription
Protected methodAdd_METS
Add the METS for this main page information to the METS page (under SobekCM namespace)
Public methodConvert_String_To_XML_Safe
Converts a basic string into an XML-safe string
(Inherited from XML_Writing_Base_Type.)

Properties

  NameDescription
Public propertyFileName
Gets or sets the file name for the main page of this item
Public propertyNext_Page_Exists
Gets or sets the flag indicating there are next pages from the main page of this item
Public propertyPageName
Gets or sets the page name for the main page of this item
Public propertyPrevious_Page_Exists
Gets or sets the flag indicating there are previous pages from the main page of this item

See Also



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