Division_TreeNode Class
Division node in a strucutral map tree associated with a digital resource
Namespace: SobekCM.Resource_Object.DivisionsAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
public class Division_TreeNode : abstract_TreeNode |
Remarks
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Bib_Info | This class adds a bib info object to this class (Inherited from MetadataDescribableBase.) |
| Add_Child | Add a new child node under this tree node |
| Add_Metadata_Module | Adds a new metadata module extension to this digital resource (Inherited from MetadataDescribableBase.) |
| 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 (Inherited from MetadataDescribableBase.) |
| 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 (Inherited from MetadataDescribableBase.) |
| 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 (Inherited from MetadataDescribableBase.) |
| 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 (Inherited from MetadataDescribableBase.) |
| Clear | Clears all of the children under this node |
| Get_Metadata_Module | Gets a metadata module extension by name from this digital resource (Inherited from MetadataDescribableBase.) |
Fields
Properties
See Also