An instance of this factory can produce error managers (ErrorManager). The production takes offset in the
configuration in WorkZone database contained in the tables WZP_ERROR_MANAGER and WZP_FILTERING_ENTRY.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.ErrorManagementErrorManagerFactory
Namespace: Scanjour.Workflow4.ActivityLibrary.ErrorManagement
Assembly: Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The ErrorManagerFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ErrorManagerFactory |
Constructs the factory with the configuration name that specifies the error managers and the OData service ctx providing
access to the WorkZone database.
|
Properties
Name | Description | |
---|---|---|
![]() | ConfigurationName |
The name of the error manager that shall be produced. The name is specified by the CONFIGURATION_NAME column in the
WZP_ERROR_MANAGER table.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetErrorManager |
Creates and returns an Error Manager that complies to the specified configuration.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also