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 >> OAI >> Reader >> OAI_Repository_Information

OAI_Repository_Information Class



Basic information about an OAI-PMH repository which allows for harvesting of OAI-PMH records either directly into a SobekCM library or into METS files for loading


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

Syntax

C#
public class OAI_Repository_Information

Remarks

Most of the information for this repository object comes from querying the repository with Identity, ListSets, ListMetadataPrefixes.

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.OAI.Reader..::..OAI_Repository_Information

Constructors

  NameDescription
Public methodOAI_Repository_Information
Constructor for a new instance of OAI_Repository_Information class

Methods

  NameDescription
Public methodAdd_Metadata_Format
Adds a metadata format to this repository information object
Public methodAdd_Set
Adds a new metadata set to this repository information object

Properties

  NameDescription
Public propertyAdmin_Email
Administrative email address for the repository
Public propertyBase_URL
Base URL as identified by the repository
Public propertyDeleted_Record
Information on how deleted records are handled in this repository
Public propertyDelimiter
Identifier delimiter from the repositories identify response
Public propertyEarliest_Date_Stamp
Earliest data stamp for resources within this repository
Public propertyGranularity
Information on granularity in this repository
Public propertyHarvested_URL
URL from which all the data was harvested for this repository
Public propertyIs_Valid
Flag indicates if the repository appears valid, based on the identify response
Public propertyMetadata_Formats
Gets the list of metadata formats which this repository supports
Public propertyName
Name of the repository, as identified by the respository
Public propertyProtocol_Version
Protocol version statement for this repository ( version 1 or 2 )
Public propertyRepository_Identifier
Identifier for the repository, as identified by the repository
Public propertySample_Identifier
Sample identifier from the repositories identify response
Public propertySets
Gets the list of all sets which are a part of this repository

See Also



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