C# 클래스 SobekCM.Resource_Object.Metadata_Modules.RightsMD_Info

상속: XML_Writing_Base_Type, iMetadata_Module
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

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

RightsMD_Info() 공개 메소드

Constructur for a new instance of the RightsMD_Info class
public RightsMD_Info ( ) : System
리턴 System

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