C# Class SobekCM.Builder_Library.Modules.Items.SaveToDatabaseModule

Item-level submission package module saves all of the digital resource information to the database
This class implements the abstractSubmissionPackageModule abstract class and implements the iSubmissionPackageModule interface.
Inheritance: SobekCM.Builder_Library.Modules.Items.abstractSubmissionPackageModule
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
DoWork ( Incoming_Digital_Resource Resource ) : bool

Saves all of the digital resource information to the database

Method Details

DoWork() public method

Saves all of the digital resource information to the database
public DoWork ( Incoming_Digital_Resource Resource ) : bool
Resource Incoming_Digital_Resource Incoming digital resource object
return bool