Click or drag to resize

ExceptionFilterValue Class

Container for returning details about what values can be filtered on and the number of exceptions matching the value
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ExceptionsExceptionFilterValue

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class ExceptionFilterValue

The ExceptionFilterValue 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