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 >> Resource_Object >> METS_Header_Info

METS_Header_Info Class



Stores information specific to the creation of the METS format XML for this resource. This data is generally found within the METS header of a resulting METS file.


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

Syntax

C#
[SerializableAttribute]
public class METS_Header_Info

Remarks

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

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object..::..METS_Header_Info

Constructors

  NameDescription
Public methodMETS_Header_Info
Constructor creates a new instance of the METS_Header_Info class

Methods

  NameDescription
Public methodAdd_Creator_Individual_Notes
Adds a note listed in the METS header under the individual creator
Public methodAdd_Creator_Org_Notes
Adds a note listed in the METS header under the creator organization
Protected methodAdd_METS
Public methodClear_Creator_Individual_Notes
Clears the collection of notes listed in the METS header under the individual creator
Public methodClear_Creator_Org_Notes
Clears the collection of notes listed in the METS header under the creator organization
Public methodReplace_Creator_Org_Notes
Replace the creator organizational notes

Properties

  NameDescription
Public propertyCreate_Date
Gets and sets the date this METS file was first created
Public propertyCreator_Individual
Gets or sets the individual who created this METS file
Public propertyCreator_Individual_Notes
Gets the collection of notes listed in the METS header under the individual creator
Public propertyCreator_Individual_Notes_Count
Gets the number of notes listed in the METS header under the individual creator
Public propertyCreator_Org_Notes
Gets the collection of notes listed in the METS header under the creator organization
Public propertyCreator_Org_Notes_Count
Gets the number of notes listed in the METS header under the creator organization
Public propertyCreator_Organization
Gets or sets the organization which created this METS file
Public propertyCreator_Software
Gets or sets the software which created this METS file
Public propertyModify_Date
Gets and sets the date this METS file was modified
Public propertyObjectID
Gets and sets the Object ID for this METS file
Public propertyRecordStatus
Gets or sets the SobekCM-controlled METS record status
Public propertyRecordStatus_Enum
Gets or sets the SobekCM-controlled METS record status

See Also



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