Metadata_File_ReaderWriter_Config Class
Configuration information about a reader/writer class used to read stand-along metadata files
Namespace: SobekCM.Resource_Object.ConfigurationAssembly: 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
Methods
Properties
| Name | Description |
---|
| canRead | Flag indicates if this class should be able to read a METS section |
| canWrite | Flag indicates if this class should be able to write a METS section |
| Code_Assembly | Assembly name of the DLL which holds this associated reader/writer |
| Code_Class | Class name for the associated reader/writer |
| Code_Namespace | Namespace within which this reader/writer class appears |
| Label | Short label which describes this metadata type |
| MD_Type | Metadata type, if this is a standard metadata type |
| Options | List of all the associated standard options, read from the metadata configuration XML file |
| Other_MD_Type | If this is a non-standard metadata type, code for this metadata type |
See Also