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 >> Metadata_File_ReaderWriter_Config

Metadata_File_ReaderWriter_Config Class



Configuration information about a reader/writer class used to read stand-along metadata files


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("MetadataFileReaderWriterConfig")]
public class Metadata_File_ReaderWriter_Config

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.Configuration..::..Metadata_File_ReaderWriter_Config

Constructors

  NameDescription
Public methodMetadata_File_ReaderWriter_Config
Constructor for a new Metadata_File_ReaderWriter_Config object

Methods

  NameDescription
Public methodAdd_Option
Add a new option to the dictionary of associated standard options
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
Public methodShouldSerializeOther_MD_Type
Method suppresses XML Serialization of the Other_MD_Type property if it is empty

Properties

  NameDescription
Public propertycanRead
Flag indicates if this class should be able to read a METS section
Public propertycanWrite
Flag indicates if this class should be able to write a METS section
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 propertyLabel
Short label which describes this metadata type
Public propertyMD_Type
Metadata type, if this is a standard metadata type
Public propertyOptions
List of all the associated standard options, read from the metadata configuration XML file
Public propertyOther_MD_Type
If this is a non-standard metadata type, code for this metadata type

See Also



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