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

Metadata_Configuration Class



Metadata configuration for all the classes used to read/write metadata files or sections within a METS file


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

Syntax

C#
[SerializableAttribute]
[ProtoContractAttribute]
[DataContractAttribute]
[XmlRootAttribute("MetadataConfig")]
public class Metadata_Configuration

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.Configuration..::..Metadata_Configuration

Constructors

  NameDescription
Public methodMetadata_Configuration
constructor for the Metadata_Configuration class

Methods

  NameDescription
Public methodAdd_Metadata_File_ReaderWriter
Add a new metadata file reader/writer configuration
Public methodAdd_Metadata_Module_Config
Add new metadata module configuration information for a module which should always be included
Public methodAdd_METS_Section_ReaderWriter
Adds a new METS section reader/writer configuration
Public methodAdd_METS_Writing_Profile
Adds a new METS writing profile to this metadata configuration
Public methodClear
Clear all the current metadata configuration information
Public methodClear_Metadata_File_ReaderWriter_Config
Clears all the existing metadata file reader write configuration information
Public methodClear_Metadata_Modules_To_Include
Clears all the existing metadata modules to include
Public methodClear_METS_Writing_Profiles
Clear all the METS writing profiles from this configuration
Public methodGet_Division_AmdSec_ReaderWriter
Get a division-level amdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
Public methodGet_Division_DmdSec_ReaderWriter
Get a division-level dmdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
Public methodGet_File_AmdSec_ReaderWriter
Get a file-level amdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
Public methodGet_File_DmdSec_ReaderWriter
Get a file-level dmdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
Public methodGet_Package_AmdSec_ReaderWriter
Get a package-level amdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
Public methodGet_Package_DmdSec_ReaderWriter
Get a package-level dmdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
Public methodGet_Writing_Profile
Gets an individual METS writing profile, by profile name
Public methodSave_To_Config_File
Save this metadata configuration to a XML config file
Public methodSet_Default_Values
Clears the current metadata configuration and restores all the values to the default reader/writers and profiles

Properties

  NameDescription
Public propertyDefault_METS_Writing_Profile
Default METS writing profile utilized by the METS writer
Public propertyisDefault
Flag indicates if this is just the standard default metadata loaded before a config is read
Public propertyMetadata_File_ReaderWriter_Configs
Collection of metadata file reader/writer configurations
Public propertyMetadata_Modules_To_Include
List of metadata modules to be included with all bibliographic items
Public propertyMETS_Section_File_ReaderWriter_Configs
Collection of all the METS section reader/writer configurations
Public propertyMetsWritingProfiles
List of metadata modules to be included with all bibliographic items

See Also



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