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_DublinCore_Record

OAI_Repository_DublinCore_Record Class



Single record from Dublin Core metadata from an OAI-PMH repository


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_DublinCore_Record

Inheritance Hierarchy

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

Constructors

  NameDescription
Public methodOAI_Repository_DublinCore_Record
Constructor for a new instance of the OAI_Repository_DublinCore_Record class

Methods

  NameDescription
Public methodAdd_Contributor
Add a new contributor to this record
Public methodAdd_Coverage
Add a new coverage element to this record
Public methodAdd_Creator
Add a new creator to this record
Public methodAdd_Date
Add a new date to this record
Public methodAdd_Description
Add a new description to this record
Public methodAdd_Format
Add a new format to this record
Public methodAdd_Identifier
Add a new identifier to this record
Public methodAdd_Language
Add a new language to this record
Public methodAdd_Publisher
Add a new publisher to this record
Public methodAdd_Relation
Add a new related element to this record
Public methodAdd_Rights
Add a new rights statement to this record
Public methodAdd_Source
Add a new source element to this record
Public methodAdd_Subject
Add a new subject to this record
Public methodAdd_Title
Add a new title to this record
Public methodAdd_Type
Add a new type to this record

Properties

  NameDescription
Public propertyContributors
Collection of CONTRIBUTOR elements associated with this record
Public propertyCoverages
Collection of COVERAGE elements associated with this record
Public propertyCreators
Collection of CREATOR elements associated with this record
Public propertyDates
Collection of DATES elements associated with this record
Public propertyDatestamp
Datestamp when the record was last modified
Public propertyDescriptions
Collection of DESCRIPTION elements associated with this record
Public propertyFormats
Collection of FORMAT elements associated with this record
Public propertyhasContributors
Flag indicates if this record has one or more CONTRIBUTOR elements
Public propertyhasCoverages
Flag indicates if this record has one or more COVERAGE elements
Public propertyhasCreators
Flag indicates if this record has one or more CREATOR elements
Public propertyhasDates
Flag indicates if this record has one or more DATE elements
Public propertyhasDescriptions
Flag indicates if this record has one or more DESCRIPTION elements
Public propertyhasFormats
Flag indicates if this record has one or more FORMAT elements
Public propertyhasIdentifiers
Flag indicates if this record has one or more IDENTIFIER elements
Public propertyhasLanguages
Flag indicates if this record has one or more LANGUAGE elements
Public propertyhasPublishers
Flag indicates if this record has one or more PUBLISHER elements
Public propertyhasRelations
Flag indicates if this record has one or more RELATION elements
Public propertyhasRights
Flag indicates if this record has one or more RIGHTS elements
Public propertyhasSources
Flag indicates if this record has one or more SOURCE elements
Public propertyhasSubjects
Flag indicates if this record has one or more SUBJECT elements
Public propertyhasTitles
Flag indicates if this record has one or more TITLE elements
Public propertyhasTypes
Flag indicates if this record has one or more TYPE elements
Public propertyIdentifiers
Collection of IDENTIFIER elements associated with this record
Public propertyLanguages
Collection of LANGUAGE elements associated with this record
Public propertyLink
Link for this record
Public propertyOAI_Identifier
OAI identifier for this record, should be unique, at least within the repository
Public propertyPublishers
Collection of PUBLISHER elements associated with this record
Public propertyRelations
Collection of RELATION elements associated with this record
Public propertyRights
Collection of RIGHTS elements associated with this record
Public propertySources
Collection of SOURCE elements associated with this record
Public propertySubjects
Collection of SUBJECT elements associated with this record
Public propertyTitles
Collection of TITLE elements associated with this record
Public propertyTypes
Collection of TYPE elements associated with this record

See Also



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