Skip to main content

IInfoEntry Interface

Namespace: NextDesign.Core

Description

Access object for common information on error information/search result information.

Belonging area

NameDescription
Search/Error/OutputA group of APIs to access error information, search results, and the output window.

Derived from

NameDescription
ISearchResultEntryAccess object for search result information.
Model and Field values can be obtained only if the search target is a model.
IErrorError information from model validation.

Property

NameDescription
CategoryCategory
CodeCode
DetailMessageDetail message
DisplayStyleNameStyle name
(If omitted, the application's default style will be applied)
FieldsFields to search for errors/search target, comma separated if multiple fields are targeted
IndexFields to search for errors/search target Field index
MessageMessage
ModelError/search result model
NavigatingEditorEditor recommended for checking the corresponding error
(If omitted, the default behavior determined by the application will be used)
NavigatingViewNameView definition name recommended for checking the corresponding error
(If omitted, or if a non-existent view definition is specified, the default behavior determined by the application will be used)
TagsTags.
If no tag is set, an empty enumeration is returned.
TitleTitle
TypeType of error information/search result information.

In case of an error, the error type specified when registering the error is obtained.
- "Information" : Information
- "Warning" : Warning
- "Error" : Error
- "Summary" : Summary

For search results, gets the optional search type specified when searching.

Method

NameDescription
GetTag(string)Gets the specified tag. Returns null if the tag does not exist.
GetTag<T>(string)Gets the tag by specifying the type. Returns the default for the specified type if the tag does not exist.
HasTagVerifies whether the specified tag exists.
RemoveTagRemoves the specified tag.
If you specify a tag that has already been deleted, nothing will be done.
SetTagSets the specified tag.