Filter Class

Scanjour Workflow4 Reference Manual
An instance of this class defines a set of Filtering Entries, where each Filtering Entry (IFilteringEntry) is of a specific type. If all the Filtering Entries in the instance find what they are looking for, then the Error Handler accepts the exception. If one or more fails, then the criterion for the instance to accept the exception is not fulfilled.In that case and if both the Mode of the instance is sat to Traverse and the actual exception contains an inner exception, then the instance will try accepting the inner exception. If the inner exception was accepted, then the instance is also said to have accepted the exception.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.ActivityLibrary.ErrorManagementFilter

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

public class Filter

The Filter type exposes the following members.

Constructors

  NameDescription
Public methodFilter
Creates an instance of this class with a collection of filter entries and the mode by which the instance shall operate.
Top
Properties

  NameDescription
Public propertyErrorTextFormat
The error text format specified for the filter to make an error text.
Public propertyFilteringEntries
The collection of filter entries, that the instance will iterate through when doing acceptance.
Public propertyMode
The mode by which the instance operates.
Top
Methods

  NameDescription
Public methodAccepts
Determines whether the exception can be accepted according to the provided properties.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetErrorText
Makes an error text based on the provided error text format and the accociated filtering entries.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference