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

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

공개 메소드들

메소드 설명
Container_Info ( ) : System

Constructor for a new instance of the Container_Info class

Read ( XmlTextReader Reader ) : void

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

recursively_add_container_information ( StringBuilder Builder ) : void

Recursively adds the child component's information to the StringBuilder, in HTML format

메소드 상세

Container_Info() 공개 메소드

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

recursively_add_container_information() 공개 메소드

Recursively adds the child component's information to the StringBuilder, in HTML format
public recursively_add_container_information ( StringBuilder Builder ) : void
Builder StringBuilder Builder of all the HTML-formatted componenet information for this component
리턴 void