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 >> Configuration >> OAIPMH >> OAI_PMH_Configuration

OAI_PMH_Configuration Class



Configuration inforation for serving OAI-PMH from this instance


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

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("OaiPmhConfig")]
[DataContractAttribute]
[ProtoContractAttribute]
public class OAI_PMH_Configuration

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Configuration.OAIPMH..::..OAI_PMH_Configuration

Constructors

  NameDescription
Public methodOAI_PMH_Configuration
OAI-PMG configuration information for this SobekCM instance

Methods

  NameDescription
Public methodAdd_Admin_Email
Add a new admin email address within the Identify response of the OAI-PMH protocol
Public methodAdd_Description
Add a new description to be included within the Identify response of the OAI-PMH protocol
Public methodAdd_Metadata_Prefix
Add a new metadata prefix
Public methodClear_Metadata_Prefixes
Clears all the metadata prefixes
Public methodSave_To_Config_File
Save this OAI-PMH configuration to a XML config file
Public methodSet_Default
Sets the defautls for the metadata prefixes ( dublin core and marc21 )

Properties

  NameDescription
Public propertyAdmin_Emails
List of the administrative emails for display within the Identify response of the OAI-PMH protocol
Public propertyDescriptions
List of additional descriptions (fully encoded as XML) for display within the Identify response of the OAI-PMG protocol
Public propertyEnabled
Flag indicates if OAI-PMH is allowed to be enabled for collections at all
Public propertyError
Any error associated with reading the configuration file into this object
Public propertyIdentifier
Identifier for this repository for display within the Identify response of the OAI-PMH protocol
Public propertyIdentifier_Base
Base for the identifiers associated with items within this repository
Public propertyMetadata_Prefixes
List of all the metadata formats available for this repository with pointers to the classes that create the OAI-PMH metadata for harvesting
Public propertyName
Name of this repository for dispay within the Identify response of the OAI-PMG protocol

See Also



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