IInfoEntry interface
Namespace: NextDesign.Core
Description
This is an access object to common information of error information/search result information.
Affiliation area
| Name | Description |
|---|---|
| Search/error/output | APIs for accessing error information, search results, and the output window. |
Destination
| Name | Description |
|---|---|
| ISearchResultEntry | Is an access object to search result information. The value of Model and Field can be obtained only when the search target is a model. |
| IError | Error information from model validation. |
Property
| Name | Description |
|---|---|
| Category | Category |
| Code | Code |
| DetailMessage | Detailed message |
| DisplayStyleName | Style name (If omitted, the default style is applied by the application) |
| Fields | Fields for error/search, separated by commas if multiple fields |
| Index | Error/index of field to search for |
| Message | Message |
| Model | Error/Result Model |
| NavigatingEditor | Editor recommended to check the corresponding error (If omitted, it will be the default behavior determined by the application) |
| NavigatingViewName | View definition name for which it is recommended to check the corresponding error (If omitted, if a view definition that does not exist is specified, the default behavior specified by the application will be used) |
| Tags | Tags. Returns an empty enum if the tag has not been set. |
| Title | Title |
| Type | Type of error information/search result information. In case of error, get the error type specified when registering the error. - "Information" : Information - "Warning" : Warning - "Error" : Error - "Summary" : Summary Search results If , get any search type specified at the time of search. |
Method
| Name | Description |
|---|---|
| GetTag(string) | Gets the specified tag. Returns null if the tag does not exist. |
| GetTag(string) | Gets a tag by type. Returns the default for the specified type if the tag does not exist. |
| HasTag | Verifies if the specified tag exists. |
| RemoveTag | Removes the specified tag. If you specify a tag that has already been deleted, nothing will be done. |
| SetTag | Sets the specified tag. |