abstractSubmissionPackageModule Class
Abstract class that all (standard) item-level submission package builder modules extend
Namespace: SobekCM.Builder_Library.Modules.ItemsAssembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)
Syntax
C# |
---|
public abstract class abstractSubmissionPackageModule : iSubmissionPackageModule |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| DoWork | Method performs the work of the item-level submission package builder module |
| OnError | Fire the error event, if a delegate is attached to the event |
| OnProcess | Fire the process event, to report progress during processing |
| ReleaseResources | Method releases all resources |
Properties
| Name | Description |
---|
| Arguments | Arguments passed in to this module, used to determine process details |
| Settings | Link to the instance-wide settings which may be required for this process |
Events
| Name | Description |
---|
| Error | Event is fired when an error occurs during processing |
| Process | Event is fired to report progress during processing |
See Also