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 >> Configuration >> METS_Section_ReaderWriter_Config

METS_Section_ReaderWriter_Config Class



Configuration information about a reader/writer class used to read or write a section 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("MetsWritingConfig")]
public class METS_Section_ReaderWriter_Config

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.Configuration..::..METS_Section_ReaderWriter_Config

Constructors

  NameDescription
Public methodMETS_Section_ReaderWriter_Config
Constructor for a new METS_Section_ReaderWriter_Config object

Methods

  NameDescription
Public methodAdd_Mapping
Add a new mapping from the METS file MDTYPE and OTHERMDTYPE attributes which this METS Section Reader/Writer supports
Public methodAdd_Option
Add a new option to the dictionary of associated standard options
Public methodCreate_ReaderWriterObject
Creates the reader/writer object, from the provided code assembly, namespace, and class
Public methodShouldSerializeAmdSecType
Method suppresses XML Serialization of the AmdSecType property if it is UNSPECIFIED
Public methodShouldSerializeCode_Assembly
Method suppresses XML Serialization of the Code_Assembly property if it is empty
Public methodShouldSerializeOptions
Method suppresses XML Serialization of the Options collection if it is empty

Properties

  NameDescription
Public propertyAmdSecType
If this reader/writer targets an amdSec, the type of amdSec
Public propertyCode_Assembly
Assembly name of the DLL which holds this associated reader/writer
Public propertyCode_Class
Class name for the associated reader/writer
Public propertyCode_Namespace
Namespace within which this reader/writer class appears
Public propertyDefault_Mapping
Gets the default mapping rom the METS file MDTYPE and OTHERMDTYPE attributes which this is utilized when writing a METS file
Public propertyID
ID for this METS section reader/writer
Public propertyisActive
Flag indicates if this METS section reader/writer is active
Public propertyLabel
Label associated with this METS section reader/writer
Public propertyMappings
Collection of all mappings from the METS file MDTYPE and OTHERMDTYPE attributes which this METS Section Reader/Writer supports
Public propertyMappings_Count
Number of mappings from the METS file MDTYPE and OTHERMDTYPE attributes which this METS Section Reader/Writer supports
Public propertyMETS_Section
Which METS section this reader/writer targets
Public propertyOptions
Dictionary of all the associated standard options, read from the metadata configuration XML file
Public propertyReaderWriterObject
METS section reader/writer object associated with this configuration
Public propertyReaderWriterObject_Creation_Error
If there is an error while creating the reader/writer object, the error is stored here

See Also



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