Integration Library
Integration Library
API Reference
Namespaces
EdaIntegrationContract.Exports
IExportErrorManager Interface
IExportErrorManager Methods
All Method
ById Method
Checksum Method
Count Method
FilterValues Method
NextPage Method
ReTry Method
ReTryAll Method
SaveAllToCsv Method
SaveSelectedToCsv Method
IExportErrorManager
FilterValues Method
Gets the possible values for an exception filter
Namespace:
EdaIntegrationContract.Exports
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
Copy
IEnumerable
<
IExceptionFilterValue
>
FilterValues
(
ExceptionFilterType
filterType
)
Parameters
filterType
Type:
EdaIntegrationContract.Exceptions
ExceptionFilterType
the type of filter for which to get values
Return Value
Type:
IEnumerable
IExceptionFilterValue
List of possible exception filter values
See Also
Reference
IExportErrorManager Interface
EdaIntegrationContract.Exports Namespace