mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> EAD >> EAD_Transfer_Container_Info

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.EAD
Assembly: 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

System..::..Object
  SobekCM.Core.EAD..::..EAD_Transfer_Container_Info

Constructors

  NameDescription
Public methodEAD_Transfer_Container_Info
Constructor for a new instance of the Container_Info class

Methods

  NameDescription
Public methodrecursively_add_container_information
Recursively adds the child component's information to the StringBuilder, in HTML format

Properties

  NameDescription
Public propertyBiographical_History
Gets the biogrpahical history value associated with this container in the container list
Public propertyChildren
Gets the collection of child components
Public propertyChildren_Count
Gets the number of child component tags to this component
Public propertyContainer_Count
Gets the number of container information objects included in the descriptive portion of this component
Public propertyContainers
Gets the number of container information objects in the descriptive portion of this component
Public propertyDAO
Gets the dao information of the digital object
Public propertyDAO_Link
Gets the link to the digital object
Public propertyDAO_Title
Gets the title of the digital object
Public propertyDid
Basic descriptive information included in this container
Public propertyExtent
Gets the extent information
Public propertyHas_Complex_Children
Flag indicates if any child containers are complex (i.e, have descriptive information, etc.. )
Public propertyIs_Complex_Or_Has_Complex_Children
Flag indicates if this component has complex data, or any children have complex data
Public propertyLevel
Gets the level value associated with this container in the container list
Public propertyScope_And_Content
Gets the scope and content value associated with this container in the container list
Public propertyUnit_Date
Gets the unit date value associated with this
Public propertyUnit_Title
Gets the unit title value associated with this

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )