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

Mostrar archivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
Add_Container ( string Container_Type, string Container_Title ) : void

Adds a new container information object to this descriptive information

Clear ( ) : void

Clears all the information in this descriptive identification object

Descriptive_Identification ( ) : System

Constructor for a new instance of the Descriptive_Identification class

Read ( XmlTextReader Reader ) : void

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

Method Details

Add_Container() public method

Adds a new container information object to this descriptive information
public Add_Container ( string Container_Type, string Container_Title ) : void
Container_Type string General type of this container ( usually 'box', 'folder', etc.. )
Container_Title string Title or label for this container
return void

Clear() public method

Clears all the information in this descriptive identification object
public Clear ( ) : void
return void

Descriptive_Identification() public method

Constructor for a new instance of the Descriptive_Identification class
public Descriptive_Identification ( ) : 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