C# 클래스 SobekCM.Resource_Object.Metadata_Modules.EAD.Descriptive_Identification

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add_Container() 공개 메소드

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
리턴 void

Clear() 공개 메소드

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

Descriptive_Identification() 공개 메소드

Constructor for a new instance of the Descriptive_Identification class
public Descriptive_Identification ( ) : System
리턴 System

Read() 공개 메소드

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
리턴 void