EAD_Info Class
Contains all the information about an Encoded Archival Description (EAD) object, including the container hierarchy
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 EAD_Info : iMetadata_Module |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| EAD_Info | Constructor for a new instance of the EAD_Info class |
Methods
Properties
| Name | Description |
---|
| Container_Hierarchy | Gets any container hierarchy for this Encoded Archival Description |
| Full_Description | Gets and sets the Archival description chunk of HTML or XML for this EAD-type object |
| hasData | Flag indicates if this EAD metadata module has data |
| Metadata_Search_Terms | Gets the metadata search terms and values to be saved to the database
to allow searching to occur over the data in this metadata module |
| Module_Name | Name for this metadata module |
| TOC_Included_Sections | Gets the list of included sections in this EAD-type object to be included in
the table of contents |
See Also