EAD_Transfer_Desc_Sub_Components Class
Description of subordinate Containers (or container list) for an encoded archival description (EAD)
Namespace: SobekCM.Core.EADAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("eadContainers")]
[DataContractAttribute]
public class EAD_Transfer_Desc_Sub_Components |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Clear | Clear the contents of child componets and the descriptive identification |
| ToString | Returns the recursively built container information for this class as a string for debug purposes (Overrides Object..::..ToString()()()().) |
Properties
| Name | Description |
---|
| Containers | Gets the list of container objects |
| Did | Gets the did information object |
| Head | Holds basic head information about the containers, from the EAD |
| Type | Gets the type value |
See Also