EAD_Transfer_Container_Info Class
Contains all of the information about a single component (or container) including
the list of child components (or containers)
Namespace: SobekCM.Core.EADAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("container")]
[DataContractAttribute]
[ProtoContractAttribute]
public class EAD_Transfer_Container_Info |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Biographical_History | Gets the biogrpahical history value associated with this container in the container list |
| Children | Gets the collection of child components |
| Children_Count | Gets the number of child component tags to this component |
| Container_Count | Gets the number of container information objects included in the descriptive portion of this component |
| Containers | Gets the number of container information objects in the descriptive portion of this component |
| 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 |
| Did | Basic descriptive information included in this container |
| Extent | Gets the extent information |
| Has_Complex_Children | Flag indicates if any child containers are complex (i.e, have descriptive information, etc.. ) |
| Is_Complex_Or_Has_Complex_Children | Flag indicates if this component has complex data, or any children have complex data |
| Level | Gets the level value associated with this container in the container list |
| Scope_And_Content | Gets the scope and content value associated with this container in the container list |
| Unit_Date | Gets the unit date value associated with this |
| Unit_Title | Gets the unit title value associated with this |
See Also