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

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

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

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