Skip to main content

Search/Error/Output

Description

APIs to access error information, search results, and output windows.

Interfaces belonging to the area

NameDescription
IInfoEntryAccess object for common information of error information/search result information.
IInfoDisplayStyleSetThis is a style set for displaying error information/search result information.
You can name and manage predetermined styles.
This style set is managed by the workspace and shared by all extensions.
IInfoDisplayStyleAn access object to the display style of error information and search result information.
It can be used for the purpose of redefining the style when displaying error information and search result information.
ISearchResultEntryAccess object to search result information.
You can get the values of Model and Field only when the search target is a model.
IErrorError information by model validation.
IErrorsModel validation Provides access to error information.
The error information is registered for IModel.
IOutputProvides access to the output service.
ISearchProvides access to the search service.
The search processing process in the current version of the application allows only one process.
Therefore, if you call BeginSearch while IsSearching returns True, you will get an error.
ISearchManagerSearch Manager