mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='https://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='https://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='https://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='https://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='https://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

Builder_Page_File Class



Creates a file object for a page in a bibliographic package


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

Syntax

C#
public class Builder_Page_File : IComparable

Remarks

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

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.Builder..::..Builder_Page_File

Constructors

  NameDescription
Public methodBuilder_Page_File(String)
Constructor for a new instance of the Builder_Page_File class
Public methodBuilder_Page_File(String, Boolean)
Constructor for a new instance of the Builder_Page_File class
Public methodBuilder_Page_File(String, String, Boolean)
Constructor for a new instance of the Builder_Page_File class

Methods

  NameDescription
Public methodClear_Loaded_Image
Clears the loaded quality control thumbnail image from the Bitmap object when complete
Public methodCompareTo
Check to see if these two files are equivalent
Public methodDraw
Draws the current page with the quality control background and writes any existing error on the image
Public methodEquals
Check to see if these two files are equivalent
Public methodLoad_Image
Loads the quality control thumbnail into a Bitmap object
Public methodSame_Name
Check to see if these two files have the same name

Properties

  NameDescription
Public propertyErrorID
Primary key to the error type which may exist for this page file
Public propertyExtension
Primary extension of this page file
Public propertyFileID
Primary key for this file within this digital resource
Public propertyFileName
Filename (without extension) of this page file, used to reference all the other related page files
Public propertyFullName
Full name of this page file
Public propertyFullName_With_Relative_Directory
Full name of this page file, including the relative directory of this file from the digital resource's main source directory
Public propertyImage
Grants direct access to the bitmap which has the quality control image loaded
Public propertyMETS_Division
Gets and sets the division tree node to which this page exists
Public propertyMETS_Page
Page object to which this page file exists
Public propertyPageID
Gets the pageid linked to this page within the item
Public propertyPresent
Gets and sets the flag that indicates the file is present
Public propertyRelative_Directory
Relative directory of this file from the digital resource's main source directory
Protected propertySorter
Gets the name splitter for this page file

See Also



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