Click or drag to resize

IExceptionFilterValue Interface

Container for returning details about what values can be filtered on and the number of exceptions matching the value

Namespace:  EdaIntegrationContract.Exceptions
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface IExceptionFilterValue

The IExceptionFilterValue type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The description of the filter value, e.g. a custodian's name or description of a file type
Public propertyExceptionCount
The number of exceptions matching the filter value criteria
Public propertyId
The unique identifier of the filter value
Top
See Also