C# Class SobekCM.Resource_Object.Metadata_Modules.EAD.Description_of_Subordinate_Components

Show file Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

Clear the contents of child componets and the descriptive identification

Description_of_Subordinate_Components ( ) : System

Constructor for a new instance of the Description_of_Subordinate_Components class

Read ( XmlTextReader Reader ) : void

Reads the information about this container in the container list from the EAD XML Reader

ToString ( ) : string

Returns the recursively built container information for this class as a string for debug purposes

Method Details

Clear() public method

Clear the contents of child componets and the descriptive identification
public Clear ( ) : void
return void

Description_of_Subordinate_Components() public method

Constructor for a new instance of the Description_of_Subordinate_Components class
public Description_of_Subordinate_Components ( ) : System
return System

Read() public method

Reads the information about this container in the container list from the EAD XML Reader
public Read ( XmlTextReader Reader ) : void
Reader System.Xml.XmlTextReader EAD XML Text Reader
return void

ToString() public method

Returns the recursively built container information for this class as a string for debug purposes
public ToString ( ) : string
return string