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_Parent_Container_Info

EAD_Transfer_Parent_Container_Info Class



Class stores information about the containers which hold a component object from this EAD.


Namespace: SobekCM.Core.EAD
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[DataContractAttribute]
[XmlRootAttribute("eadParentInfo")]
[ProtoContractAttribute]
public class EAD_Transfer_Parent_Container_Info

Remarks

This is an abstraction which replaced the strict box, folder, item structure. Those types of containers are still the most commonly encountered though.

This class contains information about a single level of the container hierarchy, and is generally used within a list of different types (i.e., one for the box information, one for the folder information, etc.. )

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.EAD..::..EAD_Transfer_Parent_Container_Info

Constructors

  NameDescription
Public methodEAD_Transfer_Parent_Container_Info()()()()
Constructor for a new instance of the Parent_Container_Info class
Public methodEAD_Transfer_Parent_Container_Info(String, String)
Constructor for a new instance of the Parent_Container_Info class

Properties

  NameDescription
Public propertyContainer_Title
Title or label for this container
Public propertyContainer_Type
General type of this container ( usually 'box', 'folder', etc.. )

See Also



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