MetadataDescribableBase Class
Base class is used for any object that can be describable with either the
default bibliographic information, or a dictionary of bib objects
Namespace: SobekCM.Resource_ObjectAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[DataContractAttribute]
public abstract class MetadataDescribableBase : iMetadataDescribable |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Bib_Info | This class adds a bib info object to this class |
| Add_Metadata_Module | Adds a new metadata module extension to this digital resource |
| Add_Unanalyzed_AMDSEC(Unanalyzed_METS_Section) | Adds information about an unanalyzed AMDSEC (administrative metadata section) in the METS file, to be preserved as is for later writing |
| Add_Unanalyzed_AMDSEC(List<(Of <<'(KeyValuePair<(Of <<'(String, String>)>>)>)>>), String, String) | Adds information about an unanalyzed AMDSEC (administrative metadata section) in the METS file, to be preserved as is for later writing |
| Add_Unanalyzed_DMDSEC(Unanalyzed_METS_Section) | Adds information about an unanalyzed DMDSEC (descriptive metadata section) in the METS file, to be preserved as is for later writing |
| Add_Unanalyzed_DMDSEC(List<(Of <<'(KeyValuePair<(Of <<'(String, String>)>>)>)>>), String, String) | Adds information about an unanalyzed DMDSEC (descriptive metadata section) in the METS file, to be preserved as is for later writing |
| Get_Metadata_Module | Gets a metadata module extension by name from this digital resource |
Fields
| Name | Description |
---|
| BIBInfo | Bibliographic information for this metadata describable element |
| MetadataModules | Collection of metadata modules associated with this metadata describable element |
| UnanalyzedAmdsecs | Collection of unanalyzed (unanalyzable) administrative amdSecs for this metadata describable element |
| UnanalyzedDmdsecs | Collection of unanalyzed (unanalyzable) descriptive dmdSecs for this metadata describable element |
Properties
| Name | Description |
---|
| ADMID | ID's of any administrative metadata sections included while writing a METS file |
| Bib_Info | Gets the bibliographic information associated with this node |
| DMDID | ID's of any descriptive metadata sections included while writing a METS file |
| hasBibliographicData | Flag indicates if the bibliographic data object has been built here and contains data |
| Metadata_Modules | Gets the collection of all included metadata module extensions |
| Unanalyzed_AMDSECs | Gets the collection of unanalyzed AMDSECs (administrative metadata sections) in the original METS file |
| Unanalyzed_DMDSECs | Gets the collection of unanalyzed DMDSECs (descriptive metadata sections) in the original METS file |
See Also