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

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

공개 메소드들

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

메소드 상세

Clear() 공개 메소드

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

Description_of_Subordinate_Components() 공개 메소드

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

ToString() 공개 메소드

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