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

Division_TreeNode Class



Division node in a strucutral map tree associated with a digital resource


Namespace: SobekCM.Resource_Object.Divisions
Assembly: 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

This class extends the abstract_TreeNode class.

Object created by Mark V Sullivan (2006) for University of Florida's Digital Library Center.

Inheritance Hierarchy

Constructors

  NameDescription
Public methodDivision_TreeNode()()()()
Constructor for an empty instance of the Division_TreeNode class
Public methodDivision_TreeNode(String, String)
Constructor for a new instance of the Division_TreeNode class

Methods

  NameDescription
Public methodAdd_Bib_Info
This class adds a bib info object to this class
(Inherited from MetadataDescribableBase.)
Public methodAdd_Child
Add a new child node under this tree node
Public methodAdd_Metadata_Module
Adds a new metadata module extension to this digital resource
(Inherited from MetadataDescribableBase.)
Public methodAdd_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.)
Public methodAdd_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.)
Public methodAdd_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.)
Public methodAdd_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.)
Public methodClear
Clears all of the children under this node
Public methodGet_Metadata_Module
Gets a metadata module extension by name from this digital resource
(Inherited from MetadataDescribableBase.)

Fields

  NameDescription
Protected fieldBIBInfo
Bibliographic information for this metadata describable element
(Inherited from MetadataDescribableBase.)
Protected fieldid
Stores the ID for this division within a METS file
(Inherited from abstract_TreeNode.)
Protected fieldlabel
Main label for this node, if there is one
(Inherited from abstract_TreeNode.)
Protected fieldMetadataModules
Collection of metadata modules associated with this metadata describable element
(Inherited from MetadataDescribableBase.)
Protected fieldtype
Stores the type of this division (i.e., Chapter, Page, etc..)
(Inherited from abstract_TreeNode.)
Protected fieldUnanalyzedAmdsecs
Collection of unanalyzed (unanalyzable) administrative amdSecs for this metadata describable element
(Inherited from MetadataDescribableBase.)
Protected fieldUnanalyzedDmdsecs
Collection of unanalyzed (unanalyzable) descriptive dmdSecs for this metadata describable element
(Inherited from MetadataDescribableBase.)

Properties

  NameDescription
Protected propertyADMID
ID's of any administrative metadata sections included while writing a METS file
(Inherited from MetadataDescribableBase.)
Public propertyBib_Info
Gets the bibliographic information associated with this node
(Inherited from MetadataDescribableBase.)
Public propertyDisplay_Label
Display label for this division, which is either the label, or the type if there is no label
Public propertyDisplay_Short_Label
Shorter version of the label for this division, which is either the short label or the type
Protected propertyDMDID
ID's of any descriptive metadata sections included while writing a METS file
(Inherited from MetadataDescribableBase.)
Public propertyhasBibliographicData
Flag indicates if the bibliographic data object has been built here and contains data
(Inherited from MetadataDescribableBase.)
Protected propertyID
Gets and sets the ID of this node within the context of a larger METS file
(Inherited from abstract_TreeNode.)
Public propertyLabel
Label for this node, if there is one
(Inherited from abstract_TreeNode.)
Public propertyMetadata_Modules
Gets the collection of all included metadata module extensions
(Inherited from MetadataDescribableBase.)
Public propertyNodes
Gets the collection of child nodes
Public propertyPage
Gets the flag indicating if this is a page node or not
(Overrides abstract_TreeNode..::..Page.)
Public propertyType
Gets and sets the type of this node
(Inherited from abstract_TreeNode.)
Public propertyUnanalyzed_AMDSECs
Gets the collection of unanalyzed AMDSECs (administrative metadata sections) in the original METS file
(Inherited from MetadataDescribableBase.)
Public propertyUnanalyzed_DMDSECs
Gets the collection of unanalyzed DMDSECs (descriptive metadata sections) in the original METS file
(Inherited from MetadataDescribableBase.)

See Also



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