C# Класс SobekCM.Core.EAD.EAD_Transfer_Object

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

Private Properties

Свойство Тип Описание

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

Метод Описание
Add_TOC_Included_Section ( string Internal_Link_Name, string Section_Title ) : void

Add a TOC section for this EAD Finding Guide for display within a SobekCM digital library

EAD_Transfer_Object ( ) : System

Constructor for a new instance of the EAD_Transfer_Object class

Описание методов

Add_TOC_Included_Section() публичный Метод

Add a TOC section for this EAD Finding Guide for display within a SobekCM digital library
public Add_TOC_Included_Section ( string Internal_Link_Name, string Section_Title ) : void
Internal_Link_Name string Name of the internal link with the EAD Finding Guide which is used to allow a /// user to move to a section within the complete EAD Finding Guide HTML
Section_Title string Title of this EAD Finding Guide section to be displayed in the table of contents
Результат void

EAD_Transfer_Object() публичный Метод

Constructor for a new instance of the EAD_Transfer_Object class
public EAD_Transfer_Object ( ) : System
Результат System