C# Class SobekCM.Core.EAD.EAD_Transfer_Descriptive_Identification

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

Private Properties

Property Type Description

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

EAD_Transfer_Descriptive_Identification ( ) : System

Constructor for a new instance of the Descriptive_Identification class

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

EAD_Transfer_Descriptive_Identification() public method

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