Ejemplo n.º 1
0
 public void PostProcess(SobekCM.Resource_Object.SobekCM_Item Built_Object, string Directory)
 {
     throw new ExecutionEngineException();
 }
Ejemplo n.º 2
0
        /// <summary> Chance for this metadata module to load any additional data from the
        /// database when building this digital resource  in memory </summary>
        /// <param name="ItemID"> Primary key for this item within the SobekCM database </param>
        /// <param name="DB_ConnectionString">Connection string for the current database</param>
        /// <param name="BibObject"> Entire resource, in case there are dependencies between this module and somethingt in the full resource </param>
        /// <param name="Error_Message"> In the case of an error, this contains text of the error </param>
        /// <returns> TRUE if no error occurred, otherwise FALSE </returns>
        public bool Retrieve_Additional_Info_From_Database(int ItemID, string DB_ConnectionString, SobekCM.Resource_Object.SobekCM_Item BibObject, out string Error_Message)
        {
            Error_Message = String.Empty;

            return(true);
        }