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_Metadata_Format

OAI_PMH_Metadata_Format Class



Class represents one possible metadata format that can be served via OAI-PMH, and indicates the class that should be used to create the metadata for storing in the databaase and subsequently serving via OAI-PMH


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("OaiPmhMetadataFormat")]
[DataContractAttribute]
[ProtoContractAttribute]
public class OAI_PMH_Metadata_Format

Inheritance Hierarchy

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

Constructors

  NameDescription
Public methodOAI_PMH_Metadata_Format
Constructor for a new instance of the OAI_PMH_Metadata_Format class

Properties

  NameDescription
Public propertyAssembly
Assembly in which this class resdes, if not a standard, included metadata format
Public propertyClass
Class which does the actual metadata format writing
Public propertyEnabled
Flag indicates if OAI-PMH is allowed to be enabled with this format of metadata
Public propertyMetadataNamespace
Metadata namespace associated with this metadata format
Public propertyNamespace
Namspace in which the class used to create the metadata for this format is stored
Public propertyPrefix
Metadata prefix dispayed publicly and used by harvesters to indicate this type of metadata is requested
Public propertySchema
Metadata schema associated with this metadata format

See Also



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