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

Parent_Container_Info Class



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


Namespace: SobekCM.Resource_Object.Metadata_Modules.EAD
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
[SerializableAttribute]
public class 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.Resource_Object.Metadata_Modules.EAD..::..Parent_Container_Info

Constructors

  NameDescription
Public methodParent_Container_Info
Constructor for a new instance of the Parent_Container_Info class

Fields

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

See Also



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