EAD_Transfer_Object Class
Contains all the information about an Encoded Archival Description (EAD) object, including the container hierarchy
Namespace: SobekCM.Core.EADAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("eadInfo")]
[ProtoContractAttribute]
[DataContractAttribute]
public class EAD_Transfer_Object |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| EAD_Transfer_Object | Constructor for a new instance of the EAD_Transfer_Object class |
Methods
| Name | Description |
---|
| Add_TOC_Included_Section | Add a TOC section for this EAD Finding Guide for display within a
SobekCM digital library |
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 |
| TOC_Included_Sections | Gets the list of included sections in this EAD-type object to be included in
the table of contents |
See Also