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

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

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

Метод Описание
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_Info ( ) : System

Constructor for a new instance of the EAD_Info class

Retrieve_Additional_Info_From_Database ( int ItemID, string DB_ConnectionString, SobekCM_Item BibObject, string &Error_Message ) : bool

Chance for this metadata module to load any additional data from the database when building this digital resource in memory

This module currently does no additional processing in this method

Save_Additional_Info_To_Database ( int ItemID, string DB_ConnectionString, SobekCM_Item BibObject, string &Error_Message ) : bool

Chance for this metadata module to perform any additional database work such as saving digital resource data into custom tables

This module currently does no additional processing in this method

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

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_Info() публичный Метод

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

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

Chance for this metadata module to load any additional data from the database when building this digital resource in memory
This module currently does no additional processing in this method
public Retrieve_Additional_Info_From_Database ( int ItemID, string DB_ConnectionString, SobekCM_Item BibObject, string &Error_Message ) : bool
ItemID int Primary key for this item within the SobekCM database
DB_ConnectionString string Connection string for the current database
BibObject SobekCM_Item Entire resource, in case there are dependencies between this module and somethingt in the full resource
Error_Message string In the case of an error, this contains text of the error
Результат bool

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

Chance for this metadata module to perform any additional database work such as saving digital resource data into custom tables
This module currently does no additional processing in this method
public Save_Additional_Info_To_Database ( int ItemID, string DB_ConnectionString, SobekCM_Item BibObject, string &Error_Message ) : bool
ItemID int Primary key for this item within the SobekCM database
DB_ConnectionString string Connection string for the current database
BibObject SobekCM_Item Entire resource, in case there are dependencies between this module and somethingt in the full resource
Error_Message string In the case of an error, this contains text of the error
Результат bool