C# Класс SobekCM.Resource_Object.Metadata_Modules.EAD.Container_Info

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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