iPreProcessModule Interface
Interface class that all pre-process builder modules MUST implement
Namespace: SobekCM.Builder_Library.Modules.PreProcessAssembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)
Syntax
| C# |
|---|
public interface iPreProcessModule |
Methods
|
| Name | Description |
|---|
 | DoWork | Method performs the work of the pre-process builder module |
Properties
|
| Name | Description |
|---|
 | Arguments | Arguments passed in to this module, used to determine process details |
Events
|
| Name | Description |
|---|
 | Error | Event is fired when an error occurs during processing |
 | Process | Event is fired to report progress during processing |
See Also