Descriptive_Identification Class
Contains all the information for a single descriptive identification block within an EAD's container list
Namespace: SobekCM.Resource_Object.Metadata_Modules.EADAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Descriptive_Identification |
Inheritance Hierarchy
System..::..Object SobekCM.Resource_Object.Metadata_Modules.EAD..::..Descriptive_Identification
Constructors
Methods
| Name | Description |
---|
| Add_Container | Adds a new container information object to this descriptive information |
| Clear | Clears all the information in this descriptive identification object |
| Read | Reads the information about this container in the container list from the EAD XML Reader |
Properties
| Name | Description |
---|
| Container_Count | Gets the number of container information objects associated with this descriptive identification information |
| Containers | Gets the collection of container information objects associated with this descriptive
identifiation object |
| DAO | Gets the dao information of the digital object |
| DAO_Link | Gets the link to the digital object |
| DAO_Title | Gets the title of the digital object |
| Extent | Gets the extent information |
| Unit_Date | Gets the unit date value associated with this |
| Unit_Title | Gets the unit title value associated with this |
See Also