Method | Description | |
---|---|---|
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 |
|
RightsMD_Info ( ) : System |
Constructur for a new instance of the RightsMD_Info class
|
|
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 |
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 |
return | bool |
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 |
return | bool |